webpack打包警告,WARNING in configuration The 'mode' option has not been set...

 

 

 二、解决方法

1.首先,确保 webpack.config.js 配置文件在项目根目录下

webpack打包警告,WARNING in configuration The 'mode' option has not been set...

2.其次,在 webpack.config.js 文件下配置

webpack打包警告,WARNING in configuration The 'mode' option has not been set...

 

 

相关文章: