Skip to content

Commit

Permalink
Revert splitting Three into its own chunk
Browse files Browse the repository at this point in the history
  • Loading branch information
axelboc committed May 26, 2021
1 parent 080ebfc commit b3a7696
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,17 +83,6 @@ function getConfig(pkg) {
],
}),
],
optimization: {
splitChunks: {
cacheGroups: {
vendor: {
test: /[/\\]node_modules[/\\](three)[/\\]/u,
name: 'three',
chunks: 'all',
},
},
},
},
};
}

Expand Down

0 comments on commit b3a7696

Please sign in to comment.