We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee96597 commit 95d5427Copy full SHA for 95d5427
src/config/webpack.config.dev.ts
@@ -83,7 +83,7 @@ const config: Configuration = {
83
optimization: {
84
splitChunks: {
85
chunks: 'all',
86
- name: 'vendors',
+ name: false,
87
},
88
runtimeChunk: true,
89
src/config/webpack.config.prod.ts
@@ -113,7 +113,7 @@ const config: Configuration = {
113
// https://medium.com/webpack/webpack-4-code-splitting-chunk-graph-and-the-splitchunks-optimization-be739a861366
114
115
116
117
118
// Keep the runtime chunk seperated to enable long term caching
119
// https://twitter.com/wSokra/status/969679223278505985
0 commit comments