Authored by huzhiming

feat(埋点):添加数据上报

@@ -62,7 +62,7 @@ const webpackConfig = merge(baseConfig, { @@ -62,7 +62,7 @@ const webpackConfig = merge(baseConfig, {
62 terserOptions: { 62 terserOptions: {
63 safari10: true, 63 safari10: true,
64 compress: { 64 compress: {
65 - drop_console: true, 65 + drop_console: false,
66 } 66 }
67 } 67 }
68 })] 68 })]