mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Не подключаем vendor.dll для production билда
This commit is contained in:
@ -120,7 +120,7 @@ const webpackConfig = {
|
||||
new HtmlWebpackPlugin({
|
||||
template: 'src/index.ejs',
|
||||
favicon: 'src/favicon.ico',
|
||||
scripts: ['dll/vendor.dll.js'],
|
||||
scripts: isProduction ? [] : ['dll/vendor.dll.js'],
|
||||
hash: false, // webpack does this for all our assets automagically
|
||||
filename: 'index.html',
|
||||
inject: false,
|
||||
|
Reference in New Issue
Block a user