Сообщение от Kiano
|
C webpack не работал, но что-то мне подсказывает что в 14 строке нужно более точное правило задать, там же указано, что все .js
|
Нет, это свойство output. Это совсем другое.
Цитата:
|
The top-level output key contains set of options instructing webpack on how and where it should output your bundles, assets and anything else you bundle or load with webpack.
output.auxiliaryComment
|
А вот по поводу filename: '[name].bundle.js' –
https://webpack.js.org/configuration...outputfilename
Цитата:
|
...when creating multiple bundles via more than one entry point, code splitting, or various plugins, you should use one of the following substitutions to give each bundle a unique name...
|