Commit 63148cf8 authored by 郭志伟's avatar 郭志伟

Merge branch 'fix/sentryPolyfill' into 'master'

fix: sentry低版本浏览器兼容修复

See merge request !15
parents bd729e84 38eff5e2
...@@ -30,7 +30,7 @@ module.exports = { ...@@ -30,7 +30,7 @@ module.exports = {
/[/\\]node_modules[/\\]@qg[/\\]cherry-ui[/\\]/, /[/\\]node_modules[/\\]@qg[/\\]cherry-ui[/\\]/,
/[/\\]node_modules[/\\]@qg[/\\]js-bridge[/\\]/, /[/\\]node_modules[/\\]@qg[/\\]js-bridge[/\\]/,
/[/\\]node_modules[/\\]@qg[/\\]ui-track-web[/\\]/, /[/\\]node_modules[/\\]@qg[/\\]ui-track-web[/\\]/,
/[/\\]node_modules[/\\]@qg[/\\]@sentry[/\\]/ /[/\\]node_modules[/\\]@sentry[/\\]/
], ],
chainWebpack: config => { chainWebpack: config => {
config.plugin('html').tap(args => { config.plugin('html').tap(args => {
......
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