天天看點

2021-09-10【webpack】Module not found: Error: Can‘t resolve ‘./dist/bundle.js‘

. webpack .\src\main.js .\dist\bundle.js

版本新增 -o

webpack .\src\main.js -o .\dist\bundle.js

正确如下

webpack ./src/main.js -o ./dist/bundle.js

繼續閱讀