Skip to content

Commit f60de5f

Browse files
author
jleveugle
committed
fix: avoid duplicating runtime in each chunk
1 parent 9b12024 commit f60de5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/manager/tools/webpack-config/src/webpack.common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ export = opts => {
225225
}, // \module
226226

227227
optimization: {
228-
228+
runtimeChunk: 'single',
229229
// bundle spliting configuration
230230
splitChunks: {
231231

0 commit comments

Comments
 (0)