File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ module.exports = {
121
121
// https://medium.com/webpack/webpack-4-code-splitting-chunk-graph-and-the-splitchunks-optimization-be739a861366
122
122
splitChunks : {
123
123
chunks : 'all' ,
124
- name : 'vendors' ,
124
+ name : false ,
125
125
} ,
126
126
// Keep the runtime chunk seperated to enable long term caching
127
127
// https://twitter.com/wSokra/status/969679223278505985
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ module.exports = {
159
159
// https://medium.com/webpack/webpack-4-code-splitting-chunk-graph-and-the-splitchunks-optimization-be739a861366
160
160
splitChunks : {
161
161
chunks : 'all' ,
162
- name : 'vendors' ,
162
+ name : false ,
163
163
} ,
164
164
// Keep the runtime chunk seperated to enable long term caching
165
165
// https://twitter.com/wSokra/status/969679223278505985
You can’t perform that action at this time.
0 commit comments