webpack 4 执行 webpack hello.js hello.bundle.js 报错
webpack 4 执行 webpack hello.js hello.bundle.js
报错:
ERROR in multi ./hello.js hello.bundle.js
Module not found: Error: Can't resolve in 'hello.bundle.js' in 'F:\git\webpack-demo'
@ multi ./hello.js hello.bundle.js
webpack 4如何在命令行中执行 hello.js 打包到hello.bundle.js?