DEV Community

sunj
sunj

Posted on

WARNING : configuration The 'mode' option has not been set, webpack will fallback to 'production' for this value, 2022-08-29

WARNING : configuration The 'mode' option has not been set, webpack will fallback to 'production' for this value. Set 'mode' option to 'development' or 'production' to enable defaults for each environment. You can also set it to 'none' to disable any default behavior. Learn more: https://webpack.js.org/configuration/mode/

//webpack.config.js

mode: 'development',
Enter fullscreen mode Exit fullscreen mode

Top comments (0)