12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "description": "项目配置文件",
- "packOptions": {
- "ignore": [],
- "include": []
- },
- "setting": {
- "urlCheck": true,
- "scopeDataCheck": false,
- "coverView": true,
- "es6": false,
- "postcss": true,
- "compileHotReLoad": false,
- "lazyloadPlaceholderEnable": false,
- "preloadBackgroundData": false,
- "minified": true,
- "autoAudits": false,
- "newFeature": false,
- "uglifyFileName": false,
- "uploadWithSourceMap": true,
- "useIsolateContext": false,
- "nodeModules": false,
- "enhance": true,
- "useMultiFrameRuntime": true,
- "useApiHook": true,
- "useApiHostProcess": true,
- "showShadowRootInWxmlPanel": true,
- "packNpmManually": false,
- "packNpmRelationList": [],
- "minifyWXSS": true,
- "disableUseStrict": false,
- "ignoreUploadUnusedFiles": true,
- "minifyWXML": true,
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- }
- },
- "compileType": "miniprogram",
- "libVersion": "2.9.4",
- "appid": "wx0379d1acd1534a7c",
- "projectname": "weilaibike-work-mini",
- "simulatorType": "wechat",
- "simulatorPluginLibVersion": {},
- "scripts": {
- "beforePreview": "\"postcss\": \"^6.0.1\"",
- "beforeUpload": "\"uglify-js\": \"3.0.27\""
- },
- "condition": {},
- "editorSetting": {
- "tabIndent": "insertSpaces",
- "tabSize": 2
- }
- }
|