Browse Source

Update config.js

pull/2825/head
偏右 7 years ago
committed by GitHub
parent
commit
c4d503f6e5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      config/config.js

3
config/config.js

@ -36,7 +36,8 @@ const plugins = [
],
];
// judge add ga
// 针对 preview.pro.ant.design 的 GA 统计代码
// 业务上不需要这个
if (process.env.APP_TYPE === 'site') {
plugins.push([
'umi-plugin-ga',

Loading…
Cancel
Save