You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.1 KiB
51 lines
1.1 KiB
{ |
|
"description": "项目配置文件", |
|
"miniprogramRoot": "src/", |
|
"compileType": "src", |
|
"setting": { |
|
"useCompilerPlugins": [ |
|
"typescript", |
|
"sass" |
|
], |
|
"babelSetting": { |
|
"ignore": [], |
|
"disablePlugins": [], |
|
"outputPath": "" |
|
}, |
|
"coverView": false, |
|
"postcss": false, |
|
"minified": false, |
|
"enhance": false, |
|
"showShadowRootInWxmlPanel": false, |
|
"packNpmRelationList": [], |
|
"ignoreUploadUnusedFiles": true, |
|
"compileHotReLoad": false, |
|
"skylineRenderEnable": true, |
|
"es6": false, |
|
"compileWorklet": false, |
|
"uglifyFileName": false, |
|
"uploadWithSourceMap": true, |
|
"packNpmManually": false, |
|
"minifyWXSS": true, |
|
"minifyWXML": true, |
|
"localPlugins": false, |
|
"condition": false, |
|
"swc": false, |
|
"disableSWC": true, |
|
"disableUseStrict": false |
|
}, |
|
"simulatorType": "wechat", |
|
"simulatorPluginLibVersion": {}, |
|
"condition": {}, |
|
"srcMiniprogramRoot": "src/", |
|
"editorSetting": { |
|
"tabIndent": "insertSpaces", |
|
"tabSize": 2 |
|
}, |
|
"libVersion": "2.32.3", |
|
"packOptions": { |
|
"ignore": [], |
|
"include": [] |
|
}, |
|
"appid": "wxaae50c206446a964" |
|
}
|
|
|