mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-26 23:10:20 +05:30
Не подключаем vendor.dll для production билда
This commit is contained in:
parent
7374ac3564
commit
153fdacd7a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user