You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm trying to use polymer-redux with webpack, but currently it seems that library assumes that it will be defined in global scope, I can't figure out how to shim the element in /dist.
Would it be possible to maybe provide contents of element in pure js file instead of script or add required exports?
The text was updated successfully, but these errors were encountered:
Hello, I'm trying to use
polymer-redux
with webpack, but currently it seems that library assumes that it will be defined in global scope, I can't figure out how to shim the element in/dist
.Would it be possible to maybe provide contents of element in pure js file instead of script or add required exports?
The text was updated successfully, but these errors were encountered: