Newer
Older
smartKitchenMiniProgram / project.config.json
dutingting on 22 Nov 2022 1 KB 1.0.1
{
	"description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
	"packOptions": {
		"ignore": [],
		"include": []
	},
	"setting": {
		"urlCheck": false,
		"es6": true,
		"enhance": true,
		"postcss": true,
		"preloadBackgroundData": false,
		"minified": true,
		"newFeature": true,
		"coverView": true,
		"nodeModules": true,
		"autoAudits": false,
		"showShadowRootInWxmlPanel": true,
		"scopeDataCheck": false,
		"uglifyFileName": false,
		"checkInvalidKey": true,
		"checkSiteMap": true,
		"uploadWithSourceMap": true,
		"compileHotReLoad": false,
		"useMultiFrameRuntime": true,
		"useApiHook": true,
		"useApiHostProcess": false,
		"babelSetting": {
			"ignore": [],
			"disablePlugins": [],
			"outputPath": ""
		},
		"enableEngineNative": false,
		"useIsolateContext": true,
		"useCompilerModule": false,
		"userConfirmedUseCompilerModuleSwitch": false,
		"userConfirmedBundleSwitch": false,
		"packNpmManually": true,
		"packNpmRelationList": [
			{
				"packageJsonPath": "./package.json",
				"miniprogramNpmDistDir": "./"
			}
		],
		"minifyWXSS": true,
		"lazyloadPlaceholderEnable": false,
		"useStaticServer": true,
		"showES6CompileOption": false,
		"disableUseStrict": false,
		"useCompilerPlugins": false,
		"minifyWXML": true,
		"ignoreUploadUnusedFiles": true
	},
	"compileType": "miniprogram",
	"libVersion": "2.14.0",
	"appid": "wx84dba45d4abf799f",
	"projectname": "SDKMiniprogramDemo",
	"simulatorType": "wechat",
	"simulatorPluginLibVersion": {},
	"cloudfunctionTemplateRoot": "cloudfunctionTemplate/",
	"condition": {},
	"editorSetting": {
		"tabIndent": "tab",
		"tabSize": 2
	}
}