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.
67 lines
1.7 KiB
67 lines
1.7 KiB
{ |
|
"description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", |
|
"miniprogramRoot": "src/", |
|
"compileType": "miniprogram", |
|
"setting": { |
|
"useCompilerPlugins": [ |
|
"typescript", |
|
"sass" |
|
], |
|
"urlCheck": true, |
|
"coverView": true, |
|
"es6": true, |
|
"postcss": true, |
|
"lazyloadPlaceholderEnable": false, |
|
"preloadBackgroundData": false, |
|
"minified": true, |
|
"autoAudits": false, |
|
"uglifyFileName": false, |
|
"uploadWithSourceMap": true, |
|
"enhance": true, |
|
"useMultiFrameRuntime": true, |
|
"showShadowRootInWxmlPanel": true, |
|
"packNpmManually": true, |
|
"packNpmRelationList": [ |
|
{ |
|
"packageJsonPath": "package.json", |
|
"miniprogramNpmDistDir": "./src" |
|
} |
|
], |
|
"minifyWXSS": true, |
|
"useStaticServer": true, |
|
"showES6CompileOption": false, |
|
"checkInvalidKey": true, |
|
"babelSetting": { |
|
"ignore": [], |
|
"disablePlugins": [], |
|
"outputPath": "" |
|
}, |
|
"disableUseStrict": false, |
|
"minifyWXML": true, |
|
"localPlugins": false, |
|
"condition": false, |
|
"ignoreUploadUnusedFiles": true, |
|
"compileWorklet": false, |
|
"swc": false, |
|
"disableSWC": true |
|
}, |
|
"simulatorType": "wechat", |
|
"simulatorPluginLibVersion": {}, |
|
"condition": {}, |
|
"srcMiniprogramRoot": "src/", |
|
"editorSetting": { |
|
"tabIndent": "insertSpaces", |
|
"tabSize": 2 |
|
}, |
|
"packOptions": { |
|
"ignore": [], |
|
"include": [] |
|
}, |
|
"appid": "wxa4ece062e60e93a5", |
|
"scripts": { |
|
"beforeCompile": "pnpm run beforeCompile", |
|
"beforePreview": "pnpm run beforeCompile", |
|
"beforeUpload": "pnpm run beforeCompile" |
|
}, |
|
"libVersion": "3.5.8" |
|
} |