Показать сообщение отдельно
  #3 (permalink)  
Старый 26.05.2021, 13:46
Новичок на форуме
Отправить личное сообщение для Vladikslav Посмотреть профиль Найти все сообщения от Vladikslav
 
Регистрация: 10.05.2013
Сообщений: 9

Сообщение от 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...
Ответить с цитированием