38 changed files with 354 additions and 157 deletions
@ -1,56 +1,56 @@ |
|||||||
{ |
{ |
||||||
"description": "项目配置文件", |
"description": "项目配置文件", |
||||||
"miniprogramRoot": "src/", |
"miniprogramRoot": "src/", |
||||||
"compileType": "miniprogram", |
"compileType": "miniprogram", |
||||||
"setting": { |
"setting": { |
||||||
"useCompilerPlugins": [ |
"useCompilerPlugins": [ |
||||||
"typescript", |
"typescript", |
||||||
"sass" |
"sass" |
||||||
], |
], |
||||||
"babelSetting": { |
"babelSetting": { |
||||||
"ignore": [], |
"ignore": [], |
||||||
"disablePlugins": [], |
"disablePlugins": [], |
||||||
"outputPath": "" |
"outputPath": "" |
||||||
}, |
}, |
||||||
"coverView": false, |
"coverView": false, |
||||||
"postcss": false, |
"postcss": false, |
||||||
"minified": false, |
"minified": false, |
||||||
"enhance": true, |
"enhance": true, |
||||||
"showShadowRootInWxmlPanel": false, |
"showShadowRootInWxmlPanel": false, |
||||||
"packNpmManually": true, |
"packNpmManually": true, |
||||||
"packNpmRelationList": [ |
"packNpmRelationList": [ |
||||||
{ |
{ |
||||||
"packageJsonPath": "package.json", |
"packageJsonPath": "package.json", |
||||||
"miniprogramNpmDistDir": "./src" |
"miniprogramNpmDistDir": "./src" |
||||||
} |
} |
||||||
], |
], |
||||||
"ignoreUploadUnusedFiles": true, |
"ignoreUploadUnusedFiles": true, |
||||||
"compileHotReLoad": false, |
"compileHotReLoad": false, |
||||||
"skylineRenderEnable": true, |
"skylineRenderEnable": true, |
||||||
"es6": true |
"es6": true |
||||||
}, |
}, |
||||||
"simulatorType": "wechat", |
"simulatorType": "wechat", |
||||||
"simulatorPluginLibVersion": {}, |
"simulatorPluginLibVersion": {}, |
||||||
"condition": {}, |
"condition": {}, |
||||||
"srcMiniprogramRoot": "src/", |
"srcMiniprogramRoot": "src/", |
||||||
"editorSetting": { |
"editorSetting": { |
||||||
"tabIndent": "insertSpaces", |
"tabIndent": "insertSpaces", |
||||||
"tabSize": 2 |
"tabSize": 2 |
||||||
}, |
}, |
||||||
"libVersion": "2.32.3", |
"libVersion": "2.32.3", |
||||||
"packOptions": { |
"packOptions": { |
||||||
"ignore": [ |
"ignore": [ |
||||||
{ |
{ |
||||||
"value": "src/images/*", |
"value": "src/images/*", |
||||||
"type": "glob" |
"type": "glob" |
||||||
} |
} |
||||||
], |
], |
||||||
"include": [ |
"include": [ |
||||||
{ |
{ |
||||||
"value": "/echart/components/ec-canvas/echarts.js", |
"value": "/echart/components/ec-canvas/echarts.js", |
||||||
"type": "file" |
"type": "file" |
||||||
} |
} |
||||||
] |
] |
||||||
}, |
}, |
||||||
"appid": "wxaae50c206446a964" |
"appid": "wxaae50c206446a964" |
||||||
} |
} |
Loading…
Reference in new issue