Skip to content

Commit

Permalink
refactor(webpack): clean up configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Mar 20, 2021
1 parent 3a0c72d commit e619e63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/uikit-workshop/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,9 @@ module.exports = function(apiConfig) {
splitChunks: {
chunks: 'async',
cacheGroups: {
vendors: {
defaultVendors: {
test: /[\\/]node_modules[\\/]/,
name: 'vendors',
idHint: 'vendors',
chunks: 'async',
reuseExistingChunk: true,
},
Expand Down

0 comments on commit e619e63

Please sign in to comment.