12345678910111213141516171819202122232425262728293031323334 |
- {
- "compileType": "miniprogram",
- "libVersion": "trial",
- "packOptions": {
- "ignore": [],
- "include": []
- },
- "setting": {
- "coverView": true,
- "es6": true,
- "postcss": true,
- "minified": true,
- "enhance": true,
- "showShadowRootInWxmlPanel": true,
- "packNpmManually": true,
- "packNpmRelationList": [
- {
- "packageJsonPath": "./package.json",
- "miniprogramNpmDistDir": "./"
- }
- ],
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- }
- },
- "condition": {},
- "editorSetting": {
- "tabIndent": "auto",
- "tabSize": 2
- },
- "appid": "wx3bbf84108fdc99d4"
- }
|