chengjie 5 anni fa
parent
commit
da21fe3b8c
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      project.config.json

+ 2 - 2
project.config.json

@@ -17,14 +17,14 @@
17 17
 		"checkInvalidKey": true,
18 18
 		"checkSiteMap": true,
19 19
 		"uploadWithSourceMap": true,
20
-		"compileHotReLoad": false,
21 20
 		"babelSetting": {
22 21
 			"ignore": [],
23 22
 			"disablePlugins": [],
24 23
 			"outputPath": ""
25 24
 		},
25
+		"compileHotReLoad": false,
26 26
 		"useIsolateContext": true,
27
-		"useCompilerModule": true,
27
+		"useCompilerModule": false,
28 28
 		"userConfirmedUseCompilerModuleSwitch": false
29 29
 	},
30 30
 	"compileType": "miniprogram",