1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "description": "项目配置文件",
- "miniprogramRoot": "miniprogram/",
- "compileType": "miniprogram",
- "setting": {
- "useCompilerPlugins": [
- "typescript",
- "less"
- ],
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- },
- "packNpmManually": true,
- "packNpmRelationList": [
- {
- "packageJsonPath": "./package.json",
- "miniprogramNpmDistDir": "./miniprogram"
- }
- ],
- "es6": true,
- "enhance": true,
- "uglifyFileName": true,
- "minified": true,
- "condition": false,
- "coverView": false,
- "postcss": false,
- "showShadowRootInWxmlPanel": false,
- "ignoreUploadUnusedFiles": true,
- "skylineRenderEnable": false
- },
- "simulatorType": "wechat",
- "simulatorPluginLibVersion": {},
- "condition": {},
- "srcMiniprogramRoot": "miniprogram/",
- "editorSetting": {
- "tabIndent": "insertSpaces",
- "tabSize": 2
- },
- "libVersion": "2.26.0",
- "packOptions": {
- "ignore": [],
- "include": []
- },
- "appid": "wx0a237f7d186f8082"
- }
|