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
With --mode, our webpack config can be simplified.
Module type javascript/esm allows more strict bundling (e.g. checks for nonexistent imports), and more predictable behavior when importing non-ESM modules.
The changelog of each webpack 4 alpha, and notable parts relevant to this project:
alpha.0 webpack 4.0.0-alpha.0 feedback webpack/webpack#6064
--mode
, our webpack config can be simplified.javascript/esm
allows more strict bundling (e.g. checks for nonexistent imports), and more predictable behavior when importing non-ESM modules.alpha.1 webpack 4.0.0-alpha.1 feedback webpack/webpack#6132
alpha.2 webpack 4.0.0-alpha.2 feedback webpack/webpack#6179
The text was updated successfully, but these errors were encountered: