chore: typo

This commit is contained in:
austaras
2022-08-11 11:44:10 +08:00
committed by Austaras
parent 85d53c8986
commit 7c15f704e0
2 changed files with 4 additions and 4 deletions

View File

@@ -91,9 +91,9 @@ module.exports = function (webpackConfig) {
priority: -9,
chunks: 'all',
},
vender: {
vendor: {
test: /([\\/]node_modules[\\/]|polyfills|@nrwl)/,
name: 'vender',
name: 'vendor',
priority: -10,
chunks: 'all',
},

View File

@@ -81,9 +81,9 @@ module.exports = function (webpackConfig) {
priority: -9,
chunks: 'all',
},
vender: {
vendor: {
test: /([\\/]node_modules[\\/]|polyfills|@nrwl)/,
name: 'vender',
name: 'vendor',
priority: -10,
chunks: 'all',
},