diff --git a/.gitignore b/.gitignore index 23af2f3f..352f7fc5 100755 --- a/.gitignore +++ b/.gitignore @@ -45,4 +45,4 @@ target/ #Cargo.lock .turbo -#pnpm-lock.yaml +pnpm-lock.yaml diff --git a/plugins/babel-plugin-canyon/test-babel-config.js b/plugins/babel-plugin-canyon/test-babel-config.js index 038052b4..a23b055c 100644 --- a/plugins/babel-plugin-canyon/test-babel-config.js +++ b/plugins/babel-plugin-canyon/test-babel-config.js @@ -15,7 +15,7 @@ module.exports = { // ==========以上是属性============= // 代理配置 oneByOne: true, //可配置代理 默认false - special: true, //默认false + // special: true, //默认false keepMap: true, // 默认false // addAttributes:['branch'], //默认全部,有的话用有的,适用于生产 }]