project.config.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "description": "项目配置文件",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": true,
  6. "enhance": true,
  7. "postcss": true,
  8. "preloadBackgroundData": false,
  9. "minified": true,
  10. "newFeature": false,
  11. "coverView": true,
  12. "nodeModules": false,
  13. "autoAudits": false,
  14. "showShadowRootInWxmlPanel": true,
  15. "scopeDataCheck": false,
  16. "uglifyFileName": false,
  17. "checkInvalidKey": true,
  18. "checkSiteMap": true,
  19. "uploadWithSourceMap": true,
  20. "compileHotReLoad": false,
  21. "lazyloadPlaceholderEnable": false,
  22. "useMultiFrameRuntime": true,
  23. "useApiHook": true,
  24. "useApiHostProcess": true,
  25. "babelSetting": {
  26. "ignore": [],
  27. "disablePlugins": [],
  28. "outputPath": ""
  29. },
  30. "enableEngineNative": false,
  31. "useIsolateContext": true,
  32. "userConfirmedBundleSwitch": false,
  33. "packNpmManually": true,
  34. "packNpmRelationList": [
  35. {
  36. "packageJsonPath": "./package.json",
  37. "miniprogramNpmDistDir": "./"
  38. }
  39. ],
  40. "minifyWXSS": true,
  41. "showES6CompileOption": false
  42. },
  43. "compileType": "miniprogram",
  44. "editorSetting": {
  45. "tabIndent": "insertSpaces",
  46. "tabSize": 2
  47. },
  48. "appid": "wx16d913859053e930",
  49. "libVersion": "3.2.5",
  50. "packOptions": {
  51. "ignore": [],
  52. "include": []
  53. },
  54. "projectname": "%E7%94%A8%E6%88%B7%E7%AB%AF",
  55. "condition": {}
  56. }