This commit is contained in:
Wang Kejun 2022-07-23 15:10:03 +08:00
parent aa2de0ae1e
commit e135fb9ac2
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ const ForkTsCheckerWebpackPlugin =
process.env.TSC_COMPILE_ON_ERROR === 'true'
? require('./../../plugins/ForkTsCheckerWarningWebpackPlugin')
: require('react-dev-utils/ForkTsCheckerWebpackPlugin');
const BundleAnalyzerPlugin =
require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
const OakWeChatMpPlugin = require('../../plugins/WechatMpPlugin');