You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks author
split node_modules and vuetify to different chunks
just like @vue/cli's config
config.optimization.splitChunks({chunks: 'all',cacheGroups: {libs: {name: 'chunk-libs',test: /[\\/]node_modules[\\/]/,priority: 10,chunks: 'initial'// only package third parties that are initially dependent},elementUI: {name: 'chunk-elementUI',// split elementUI into a single packagepriority: 20,// the weight needs to be larger than libs and app or it will be packaged into libs or apptest: /[\\/]node_modules[\\/]_?element-ui(.*)/// in order to adapt to cnpm},commons: {name: 'chunk-commons',test: resolve('src/components'),// can customize your rulesminChunks: 3,// minimum common numberpriority: 5,reuseExistingChunk: true}}})
sorry, I won't configure this project
The text was updated successfully, but these errors were encountered:
thanks author
split node_modules and vuetify to different chunks
just like @vue/cli's config
sorry, I won't configure this project
The text was updated successfully, but these errors were encountered: