mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
chore: typo
This commit is contained in:
@@ -91,9 +91,9 @@ module.exports = function (webpackConfig) {
|
|||||||
priority: -9,
|
priority: -9,
|
||||||
chunks: 'all',
|
chunks: 'all',
|
||||||
},
|
},
|
||||||
vender: {
|
vendor: {
|
||||||
test: /([\\/]node_modules[\\/]|polyfills|@nrwl)/,
|
test: /([\\/]node_modules[\\/]|polyfills|@nrwl)/,
|
||||||
name: 'vender',
|
name: 'vendor',
|
||||||
priority: -10,
|
priority: -10,
|
||||||
chunks: 'all',
|
chunks: 'all',
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -81,9 +81,9 @@ module.exports = function (webpackConfig) {
|
|||||||
priority: -9,
|
priority: -9,
|
||||||
chunks: 'all',
|
chunks: 'all',
|
||||||
},
|
},
|
||||||
vender: {
|
vendor: {
|
||||||
test: /([\\/]node_modules[\\/]|polyfills|@nrwl)/,
|
test: /([\\/]node_modules[\\/]|polyfills|@nrwl)/,
|
||||||
name: 'vender',
|
name: 'vendor',
|
||||||
priority: -10,
|
priority: -10,
|
||||||
chunks: 'all',
|
chunks: 'all',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user