project.config.json 2.02 KB
{
	"description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
	"packOptions": {
		"ignore": [],
		"include": []
	},
	"setting": {
		"urlCheck": true,
		"es6": true,
		"enhance": true,
		"postcss": true,
		"preloadBackgroundData": false,
		"minified": true,
		"newFeature": false,
		"coverView": true,
		"nodeModules": true,
		"autoAudits": true,
		"showShadowRootInWxmlPanel": true,
		"scopeDataCheck": false,
		"uglifyFileName": false,
		"checkInvalidKey": true,
		"checkSiteMap": true,
		"uploadWithSourceMap": true,
		"compileHotReLoad": false,
		"babelSetting": {
			"ignore": [],
			"disablePlugins": [],
			"outputPath": ""
		},
		"useIsolateContext": false,
		"useCompilerModule": false,
		"userConfirmedUseCompilerModuleSwitch": false,
		"lazyloadPlaceholderEnable": false,
		"useMultiFrameRuntime": true,
		"useApiHook": true,
		"useApiHostProcess": true,
		"userConfirmedBundleSwitch": false,
		"packNpmManually": false,
		"packNpmRelationList": [],
		"minifyWXSS": true,
		"disableUseStrict": false,
		"minifyWXML": true,
		"showES6CompileOption": false,
		"useCompilerPlugins": false,
		"ignoreDevUnusedFiles": false,
		"ignoreUploadUnusedFiles": false,
		"useStaticServer": true,
		"condition": false
	},
	"compileType": "miniprogram",
	"libVersion": "2.14.4",
	"appid": "wx220b5d2dbb82ce64",
	"projectname": "miniProject",
	"cloudfunctionTemplateRoot": "cloudfunctionTemplate/",
	"editorSetting": {
		"tabIndent": "insertSpaces",
		"tabSize": 4
	},
	"simulatorType": "wechat",
	"simulatorPluginLibVersion": {},
	"condition": {
		"search": {
			"current": -1,
			"list": []
		},
		"conversation": {
			"current": -1,
			"list": []
		},
		"plugin": {
			"current": -1,
			"list": []
		},
		"game": {
			"current": -1,
			"list": []
		},
		"gamePlugin": {
			"current": -1,
			"list": []
		},
		"miniprogram": {
			"current": -1,
			"list": [
				{
					"id": -1,
					"name": "pages/accountHome/index",
					"pathName": "pages/accountHome/index",
					"scene": null
				}
			]
		}
	}
}