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
css-loader and style-loader now support a esModule option to emit to ESM instead of CJS, which can improve tree shaking/module concatenation in webpack, but I haven't had a chance to see if it's compatible with our other CSS loaders.
file-loader and url-loader now enable esModule by default, but have dropped support for node < 10.13.0.
Let's see if there's any benefit to enabling these in our webpack config.
The text was updated successfully, but these errors were encountered:
css-loader
andstyle-loader
now support aesModule
option to emit to ESM instead of CJS, which can improve tree shaking/module concatenation in webpack, but I haven't had a chance to see if it's compatible with our other CSS loaders.file-loader
andurl-loader
now enableesModule
by default, but have dropped support for node <10.13.0
.Let's see if there's any benefit to enabling these in our webpack config.
The text was updated successfully, but these errors were encountered: