2 changed files with 82 additions and 83 deletions
@ -1,75 +1,75 @@ |
|||||||
{ |
{ |
||||||
"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, |
||||||
"compileWorklet": false, |
"compileWorklet": false, |
||||||
"uglifyFileName": false, |
"uglifyFileName": false, |
||||||
"uploadWithSourceMap": true, |
"uploadWithSourceMap": true, |
||||||
"minifyWXSS": true, |
"minifyWXSS": true, |
||||||
"minifyWXML": true, |
"minifyWXML": true, |
||||||
"localPlugins": false, |
"localPlugins": false, |
||||||
"disableUseStrict": false, |
"disableUseStrict": false, |
||||||
"condition": false, |
"condition": false, |
||||||
"swc": false, |
"swc": false, |
||||||
"disableSWC": true |
"disableSWC": true |
||||||
}, |
}, |
||||||
"simulatorType": "wechat", |
"simulatorType": "wechat", |
||||||
"simulatorPluginLibVersion": {}, |
"simulatorPluginLibVersion": {}, |
||||||
"condition": {}, |
"condition": {}, |
||||||
"srcMiniprogramRoot": "src/", |
"srcMiniprogramRoot": "src/", |
||||||
"editorSetting": { |
"editorSetting": { |
||||||
"tabIndent": "insertSpaces", |
"tabIndent": "insertSpaces", |
||||||
"tabSize": 2 |
"tabSize": 2 |
||||||
}, |
}, |
||||||
"libVersion": "3.7.7", |
"libVersion": "3.7.7", |
||||||
"ignore": [], |
"ignore": [], |
||||||
"packOptions": { |
"packOptions": { |
||||||
"ignore": [ |
"ignore": [ |
||||||
{ |
{ |
||||||
"value": "/images/*.*", |
"value": "/images/*.*", |
||||||
"type": "glob" |
"type": "glob" |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"value": "/images/**/*.*", |
"value": "/images/**/*.*", |
||||||
"type": "glob" |
"type": "glob" |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"value": "/images/**/**/*.*", |
"value": "/images/**/**/*.*", |
||||||
"type": "glob" |
"type": "glob" |
||||||
} |
} |
||||||
], |
], |
||||||
"include": [ |
"include": [ |
||||||
{ |
{ |
||||||
"value": "/images/tabbar/*.*", |
"value": "/images/tabbar/*.*", |
||||||
"type": "glob" |
"type": "glob" |
||||||
} |
} |
||||||
] |
] |
||||||
}, |
}, |
||||||
"appid": "wx71ac9c27c3c3e3f4" |
"appid": "wxf9ce8010f1ad24aa" |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue