Commit 6cf29344 by liangjianmin

chore(manifest): disable ES6 transpilation in WeChat settings

- Disable ES6 transpilation by setting es6 flag to false
- Aligns with WeChat mini-program compatibility requirements
- Reduces build complexity and potential transpilation issues
parent 0b57833b
Showing with 1 additions and 1 deletions
......@@ -95,7 +95,7 @@
"libVersion" : "latest",
"setting" : {
"urlCheck" : false,
"es6" : true,
"es6" : false,
"postcss" : true,
"minified" : true
},
......
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 sign in to comment