ERROR in chunk a [entry] [bundle].js Conflict: Multiple assets emit to the same filename [bundle].js
由于版本問題,這里要這樣寫 module.exports = { ? ?entry:{ ? ? ? ?main:'./src/script/main.js', ? ? ? ?a:'./src/script/a.js' ? ?}, ? ?output:{ ? ? ? ?path: __dirname + '/dist/js', ? ? ? ?filename:'[name].js' ? ?//視頻中的bundle要改成這樣 ? ?} }
2017-06-05
對的 你的應該是2X版本了