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
This line doesn't consider that the user may provide an ESM based config, which means this will error when running webpack from a project with type: "module" in package.json.
I've patched around this internally, but I'm still trying to think of how best to have the rules determine this without the user specifying.
The text was updated successfully, but these errors were encountered:
rules_webpack/webpack/private/webpack.config.js.tmpl
Line 1 in 5e010a0
This line doesn't consider that the user may provide an ESM based config, which means this will error when running webpack from a project with
type: "module"
inpackage.json
.I've patched around this internally, but I'm still trying to think of how best to have the rules determine this without the user specifying.
The text was updated successfully, but these errors were encountered: