| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
- "miniprogramRoot": "miniprogram/",
- "compileType": "miniprogram",
- "setting": {
- "urlCheck": true,
- "es6": true,
- "enhance": true,
- "postcss": true,
- "preloadBackgroundData": false,
- "minified": true,
- "newFeature": false,
- "coverView": true,
- "nodeModules": true,
- "autoAudits": false,
- "showShadowRootInWxmlPanel": true,
- "scopeDataCheck": false,
- "uglifyFileName": true,
- "checkInvalidKey": true,
- "checkSiteMap": true,
- "uploadWithSourceMap": true,
- "compileHotReLoad": true,
- "lazyloadPlaceholderEnable": false,
- "useMultiFrameRuntime": true,
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- },
- "enableEngineNative": false,
- "useIsolateContext": true,
- "userConfirmedBundleSwitch": false,
- "packNpmManually": false,
- "packNpmRelationList": [],
- "minifyWXSS": true,
- "disableUseStrict": false,
- "showES6CompileOption": false,
- "useCompilerPlugins": [
- "typescript",
- "sass"
- ],
- "minifyWXML": true,
- "useStaticServer": true,
- "condition": true,
- "ignoreUploadUnusedFiles": true
- },
- "simulatorType": "wechat",
- "simulatorPluginLibVersion": {},
- "condition": {},
- "srcMiniprogramRoot": "miniprogram/",
- "editorSetting": {
- "tabIndent": "tab",
- "tabSize": 2
- },
- "appid": "wx5ae6908ae55edcb7",
- "packOptions": {
- "ignore": [],
- "include": []
- },
- "scripts": {
- "beforeCompile": "npm run tsc",
- "beforePreview": "npm run tsc",
- "beforeUpload": "npm run tsc"
- }
- }
|