mirror of
https://github.com/adminkit/adminkit.git
synced 2026-03-31 19:57:44 +01:00
Remove vendor.js bundle
This commit is contained in:
+1
-10
@@ -36,16 +36,7 @@ module.exports = {
|
||||
}),
|
||||
new OptimizeCSSAssetsPlugin({})
|
||||
],
|
||||
runtimeChunk: false,
|
||||
splitChunks: {
|
||||
cacheGroups: {
|
||||
vendor: {
|
||||
test: /[\\/]node_modules[\\/]/,
|
||||
name: 'vendor',
|
||||
enforce: true
|
||||
}
|
||||
}
|
||||
}
|
||||
runtimeChunk: false
|
||||
},
|
||||
plugins: [
|
||||
// Extract css files to seperate bundle
|
||||
|
||||
Reference in New Issue
Block a user