Skip to content

Commit a2e58e5

Browse files
authored
fix(mp-alipay): 同步 mini.project.json 中的旧版配置
1 parent 71b48bd commit a2e58e5

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

packages/uni-mp-alipay/src/compiler/mini.project.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,17 @@
88
"enableNodeModuleBabelTransform": true,
99
"format": 2,
1010
"pluginResolution": {},
11-
"developOptions": {},
11+
"developOptions": {
12+
"parallel": false,
13+
"minify": false
14+
},
1215
"compileOptions": {
13-
"component2": true
16+
"component2": true,
17+
"transpile": {
18+
"script": {
19+
"ignore": []
20+
}
21+
}
1422
},
1523
"uploadExclude": [],
1624
"assetsInclude": []

0 commit comments

Comments
 (0)