Commit 189ae058 authored by ι™ˆεΈ…'s avatar ι™ˆεΈ…

fix #2279 add umi-plugin-ga

parent 231e725a
{
"code":"UA-72788897-6"
}
...@@ -34,6 +34,12 @@ export default { ...@@ -34,6 +34,12 @@ export default {
: {}), : {}),
}, },
], ],
[
'umi-plugin-ga',
{
code: 'UA-72788897-6',
},
],
], ],
define: { define: {
APP_TYPE: process.env.APP_TYPE || '', APP_TYPE: process.env.APP_TYPE || '',
......
...@@ -80,7 +80,8 @@ ...@@ -80,7 +80,8 @@
"stylelint-config-prettier": "^4.0.0", "stylelint-config-prettier": "^4.0.0",
"stylelint-config-standard": "^18.0.0", "stylelint-config-standard": "^18.0.0",
"umi": "^2.0.1", "umi": "^2.0.1",
"umi-plugin-react": "^1.0.1" "umi-plugin-react": "^1.0.1",
"umi-plugin-ga": "^1.0.2"
}, },
"optionalDependencies": { "optionalDependencies": {
"puppeteer": "^1.6.0" "puppeteer": "^1.6.0"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment