打包的時候出現(xiàn)錯誤
ERROR in multi ./hello.js hello.bundle.js
Module not found: Error: Can't resolve 'hello.bundle.js' in 'D:\webpack-test'
?@ multi ./hello.js hello.bundle.js main[1]
ERROR in multi ./hello.js hello.bundle.js
Module not found: Error: Can't resolve 'hello.bundle.js' in 'D:\webpack-test'
?@ multi ./hello.js hello.bundle.js main[1]
2019-02-27
舉報
2019-03-12
寫成webpack hello.js -o hello.bundle.js就可以了,webpack4.x新語法
2019-02-28
曬出來你的源碼看看,可能是webpack.config.js出錯了