File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ module.exports = {
121121 // https://medium.com/webpack/webpack-4-code-splitting-chunk-graph-and-the-splitchunks-optimization-be739a861366
122122 splitChunks : {
123123 chunks : 'all' ,
124- name : 'vendors' ,
124+ name : false ,
125125 } ,
126126 // Keep the runtime chunk seperated to enable long term caching
127127 // https://twitter.com/wSokra/status/969679223278505985
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ module.exports = {
159159 // https://medium.com/webpack/webpack-4-code-splitting-chunk-graph-and-the-splitchunks-optimization-be739a861366
160160 splitChunks : {
161161 chunks : 'all' ,
162- name : 'vendors' ,
162+ name : false ,
163163 } ,
164164 // Keep the runtime chunk seperated to enable long term caching
165165 // https://twitter.com/wSokra/status/969679223278505985
You can’t perform that action at this time.
0 commit comments