1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "compileType": "miniprogram",
- "setting": {
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- },
- "coverView": false,
- "postcss": true,
- "minified": false,
- "enhance": true,
- "showShadowRootInWxmlPanel": false,
- "packNpmRelationList": [],
- "ignoreUploadUnusedFiles": true,
- "setting": {
- "packNpmManually": true,
- "packNpmRelationList": [
- {
- "packageJsonPath": "./package.json",
- "miniprogramNpmDistDir": "./miniprogram_npm"
- }
- ]
- },
- "es6": true
- },
- "editorSetting": {
- "tabIndent": "tab",
- "tabSize": 4
- },
- "appid": "wxc25f00d0fc026ae7",
- "libVersion": "3.1.5",
- "packOptions": {
- "ignore": [],
- "include": []
- },
- "condition": {}
- }
|