chengjie 5 år sedan
förälder
incheckning
8be2135d3e
1 ändrade filer med 12 tillägg och 1 borttagningar
  1. 12 1
      project.config.json

+ 12 - 1
project.config.json

@@ -5,7 +5,18 @@
5 5
 		"es6": true,
6 6
 		"postcss": true,
7 7
 		"minified": true,
8
-		"newFeature": true
8
+		"newFeature": true,
9
+		"checkInvalidKey": true,
10
+		"checkSiteMap": true,
11
+		"uploadWithSourceMap": true,
12
+		"babelSetting": {
13
+			"ignore": [],
14
+			"disablePlugins": [],
15
+			"outputPath": ""
16
+		},
17
+		"useIsolateContext": true,
18
+		"useCompilerModule": true,
19
+		"userConfirmedUseCompilerModuleSwitch": false
9 20
 	},
10 21
 	"compileType": "miniprogram",
11 22
 	"libVersion": "2.3.0",