Skip to content

Commit 6031c3d

Browse files
committed
chore: Remove manual split group
Signed-off-by: Julius Knorr <[email protected]>
1 parent 2a6d111 commit 6031c3d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

webpack.config.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,4 @@ const path = require('path')
88

99
webpackConfig.entry.dashboard = path.join(__dirname, 'src', 'dashboard.js')
1010

11-
webpackConfig.optimization = {
12-
splitChunks: {
13-
cacheGroups: {
14-
defaultVendors: {
15-
name: 'commons',
16-
}
17-
},
18-
},
19-
}
20-
2111
module.exports = webpackConfig

0 commit comments

Comments
 (0)