12 changed files with 247 additions and 120 deletions
@ -1,75 +1,75 @@
@@ -1,75 +1,75 @@
|
||||
{ |
||||
"description": "项目配置文件", |
||||
"miniprogramRoot": "src/", |
||||
"compileType": "miniprogram", |
||||
"setting": { |
||||
"useCompilerPlugins": [ |
||||
"typescript", |
||||
"sass" |
||||
], |
||||
"babelSetting": { |
||||
"ignore": [], |
||||
"disablePlugins": [], |
||||
"outputPath": "" |
||||
}, |
||||
"coverView": false, |
||||
"postcss": false, |
||||
"minified": false, |
||||
"enhance": true, |
||||
"showShadowRootInWxmlPanel": false, |
||||
"packNpmManually": true, |
||||
"packNpmRelationList": [ |
||||
{ |
||||
"packageJsonPath": "package.json", |
||||
"miniprogramNpmDistDir": "./src" |
||||
} |
||||
], |
||||
"ignoreUploadUnusedFiles": true, |
||||
"compileHotReLoad": false, |
||||
"skylineRenderEnable": true, |
||||
"es6": true, |
||||
"compileWorklet": false, |
||||
"uglifyFileName": false, |
||||
"uploadWithSourceMap": true, |
||||
"minifyWXSS": true, |
||||
"minifyWXML": true, |
||||
"localPlugins": false, |
||||
"disableUseStrict": false, |
||||
"condition": false, |
||||
"swc": false, |
||||
"disableSWC": true |
||||
}, |
||||
"simulatorType": "wechat", |
||||
"simulatorPluginLibVersion": {}, |
||||
"condition": {}, |
||||
"srcMiniprogramRoot": "src/", |
||||
"editorSetting": { |
||||
"tabIndent": "insertSpaces", |
||||
"tabSize": 2 |
||||
}, |
||||
"libVersion": "3.7.7", |
||||
"ignore": [], |
||||
"packOptions": { |
||||
"ignore": [ |
||||
{ |
||||
"value": "/images/*.*", |
||||
"type": "glob" |
||||
}, |
||||
{ |
||||
"value": "/images/**/*.*", |
||||
"type": "glob" |
||||
}, |
||||
{ |
||||
"value": "/images/**/**/*.*", |
||||
"type": "glob" |
||||
} |
||||
], |
||||
"include": [ |
||||
{ |
||||
"value": "/images/tabbar/*.*", |
||||
"type": "glob" |
||||
} |
||||
] |
||||
}, |
||||
"appid": "wxf9ce8010f1ad24aa" |
||||
} |
||||
{ |
||||
"description": "项目配置文件", |
||||
"miniprogramRoot": "src/", |
||||
"compileType": "miniprogram", |
||||
"setting": { |
||||
"useCompilerPlugins": [ |
||||
"typescript", |
||||
"sass" |
||||
], |
||||
"babelSetting": { |
||||
"ignore": [], |
||||
"disablePlugins": [], |
||||
"outputPath": "" |
||||
}, |
||||
"coverView": false, |
||||
"postcss": false, |
||||
"minified": false, |
||||
"enhance": true, |
||||
"showShadowRootInWxmlPanel": false, |
||||
"packNpmManually": true, |
||||
"packNpmRelationList": [ |
||||
{ |
||||
"packageJsonPath": "package.json", |
||||
"miniprogramNpmDistDir": "./src" |
||||
} |
||||
], |
||||
"ignoreUploadUnusedFiles": true, |
||||
"compileHotReLoad": false, |
||||
"skylineRenderEnable": true, |
||||
"es6": true, |
||||
"compileWorklet": false, |
||||
"uglifyFileName": false, |
||||
"uploadWithSourceMap": true, |
||||
"minifyWXSS": true, |
||||
"minifyWXML": true, |
||||
"localPlugins": false, |
||||
"disableUseStrict": false, |
||||
"condition": false, |
||||
"swc": false, |
||||
"disableSWC": true |
||||
}, |
||||
"simulatorType": "wechat", |
||||
"simulatorPluginLibVersion": {}, |
||||
"condition": {}, |
||||
"srcMiniprogramRoot": "src/", |
||||
"editorSetting": { |
||||
"tabIndent": "insertSpaces", |
||||
"tabSize": 2 |
||||
}, |
||||
"libVersion": "3.7.7", |
||||
"ignore": [], |
||||
"packOptions": { |
||||
"ignore": [ |
||||
{ |
||||
"value": "/images/*.*", |
||||
"type": "glob" |
||||
}, |
||||
{ |
||||
"value": "/images/**/*.*", |
||||
"type": "glob" |
||||
}, |
||||
{ |
||||
"value": "/images/**/**/*.*", |
||||
"type": "glob" |
||||
} |
||||
], |
||||
"include": [ |
||||
{ |
||||
"value": "/images/tabbar/*.*", |
||||
"type": "glob" |
||||
} |
||||
] |
||||
}, |
||||
"appid": "wx71ac9c27c3c3e3f4" |
||||
} |
After Width: | Height: | Size: 807 B |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 5.6 KiB |
Loading…
Reference in new issue