From 7c15f704e0a490520d2607cd51fed05d5f5bd5a3 Mon Sep 17 00:00:00 2001 From: austaras Date: Thu, 11 Aug 2022 11:44:10 +0800 Subject: [PATCH] chore: typo --- apps/ligo-virgo/webpack.config.js | 4 ++-- apps/venus/webpack.config.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/ligo-virgo/webpack.config.js b/apps/ligo-virgo/webpack.config.js index 9838e4dfb..2082de534 100644 --- a/apps/ligo-virgo/webpack.config.js +++ b/apps/ligo-virgo/webpack.config.js @@ -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', }, diff --git a/apps/venus/webpack.config.js b/apps/venus/webpack.config.js index c32585114..88df817a1 100644 --- a/apps/venus/webpack.config.js +++ b/apps/venus/webpack.config.js @@ -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', },