Skip to content

Commit e619e63

Browse files
committed
refactor(webpack): clean up configuration
https://webpack.js.org/migrate/5/#clean-up-configuration
1 parent 3a0c72d commit e619e63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/uikit-workshop/webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,9 @@ module.exports = function(apiConfig) {
234234
splitChunks: {
235235
chunks: 'async',
236236
cacheGroups: {
237-
vendors: {
237+
defaultVendors: {
238238
test: /[\\/]node_modules[\\/]/,
239-
name: 'vendors',
239+
idHint: 'vendors',
240240
chunks: 'async',
241241
reuseExistingChunk: true,
242242
},

0 commit comments

Comments
 (0)