mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
chore: typo
This commit is contained in:
@@ -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',
|
||||
},
|
||||
|
||||
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user