为什么打包成功后,老是提示未设置开发模式或生产模式,这个问题怎么解决?
npm init
npm install webpack --save-dev
npm install --save-dev webpack-cli
webpack --mode development -i hello.js -o hello.bundle.js
webpack --mode development hello.js -o hello.bundle.js
@最美故乡,这是执行后会报错,求解答
webpack --mode development hello.js -o hello.bundle.js