123456789101112131415161718192021222324252627282930313233343536 |
- {
- "miniprogramRoot": "miniprogram/",
- "pluginRoot": "plugin/",
- "compileType": "plugin",
- "appid": "wxdd372c87e2fab30b",
- "projectname": "wx-custom-plugin",
- "description": "",
- "setting": {
- "urlCheck": true,
- "es6": true,
- "es7": true,
- "enhance": false,
- "compileHotReLoad": false,
- "postcss": false,
- "minified": true,
- "newFeature": true,
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- },
- "condition": false
- },
- "pluginAppid": "wx5ef216d1caf4a0ea",
- "libVersion": "3.2.0",
- "srcMiniprogramRoot": "miniprogram/",
- "packOptions": {
- "ignore": [],
- "include": []
- },
- "condition": {},
- "editorSetting": {
- "tabIndent": "insertSpaces",
- "tabSize": 2
- }
- }
|