12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "miniprogramRoot": "miniprogram/",
- "pluginRoot": "plugin/",
- "compileType": "plugin",
- "srcMiniprogramRoot": "miniprogram/",
- "setting": {
- "ignoreDevUnusedFiles": false,
- "ignoreUploadUnusedFiles": true,
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- },
- "coverView": false,
- "postcss": true,
- "minified": true,
- "enhance": true,
- "showShadowRootInWxmlPanel": false,
- "packNpmManually": true,
- "packNpmRelationList": [
- {
- "packageJsonPath": "./package.json",
- "miniprogramNpmDistDir": "./plugin/"
- }
- ],
- "es6": true,
- "compileWorklet": false,
- "uglifyFileName": false,
- "uploadWithSourceMap": true,
- "minifyWXSS": true,
- "minifyWXML": true,
- "localPlugins": false,
- "disableUseStrict": false,
- "useCompilerPlugins": false,
- "condition": false,
- "swc": false,
- "disableSWC": true
- },
- "networkTimeout": {
- "request": 120000
- },
- "condition": {},
- "editorSetting": {
- "tabIndent": "insertSpaces",
- "tabSize": 4
- },
- "libVersion": "3.9.2",
- "packOptions": {
- "ignore": [],
- "include": []
- },
- "appid": "wxa2d9acdd1054e69b",
- "pluginAppid": "wxa2d9acdd1054e69b",
- "simulatorPluginLibVersion": {}
- }
|