This commit is contained in:
parent
aa2de0ae1e
commit
e135fb9ac2
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue