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
The suggestion in the Readme to use imports-loader with an argument use: "imports-loader?this=>window,fix=>module.exports=0" is not compatible with latest imports-loader.
I was able to get the bundle file to build using this rule, updated using imports-loader 3.0.0 docs:
I would love to contribute this update as a pull request to the Readme. Unfortunately I'm still getting an error at runtime about Uncaught ReferenceError: eve is not defined, so it didn't solve the underlying problem that I thought the rule might address.
The text was updated successfully, but these errors were encountered:
I'm using Webpack
5.45.1
andimports-loader
3.0.0
.The suggestion in the Readme to use
imports-loader
with an argumentuse: "imports-loader?this=>window,fix=>module.exports=0"
is not compatible with latestimports-loader
.I was able to get the bundle file to build using this rule, updated using imports-loader 3.0.0 docs:
I would love to contribute this update as a pull request to the Readme. Unfortunately I'm still getting an error at runtime about
Uncaught ReferenceError: eve is not defined
, so it didn't solve the underlying problem that I thought the rule might address.The text was updated successfully, but these errors were encountered: