chengjie 5 년 전
부모
커밋
a114fa69d6
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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,
20 21
 		"babelSetting": {
21 22
 			"ignore": [],
22 23
 			"disablePlugins": [],
23 24
 			"outputPath": ""
24 25
 		},
25
-		"compileHotReLoad": false,
26 26
 		"useIsolateContext": true,
27
-		"useCompilerModule": false,
27
+		"useCompilerModule": true,
28 28
 		"userConfirmedUseCompilerModuleSwitch": false
29 29
 	},
30 30
 	"compileType": "miniprogram",