project.config.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "description": "番茄时钟小程序项目配置文件",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": true,
  9. "es6": true,
  10. "postcss": true,
  11. "minified": true,
  12. "newFeature": true,
  13. "compileHotReLoad": false,
  14. "lazyloadPlaceholderEnable": false,
  15. "preloadBackgroundData": false,
  16. "minifyWXML": true,
  17. "minifyWXSS": true,
  18. "ignoreUploadUnusedFiles": false,
  19. "useStrict": true,
  20. "ignoreDevUnusedFiles": false,
  21. "checkInvalidKey": true,
  22. "checkSiteMap": true,
  23. "uploadWithSourceMap": true,
  24. "useIsolateContext": true,
  25. "userConfirmedUseIsolateContext": true,
  26. "packNpmManually": false,
  27. "packNpmRelationList": [],
  28. "disableUseStrict": false,
  29. "babelSetting": {
  30. "ignore": [],
  31. "disablePlugins": [],
  32. "outputPath": ""
  33. },
  34. "enableEngineNative": false,
  35. "bundle": false,
  36. "useCompilerPlugins": false,
  37. "userConfirmedBundleSwitch": false,
  38. "packWxml": true,
  39. "compileWorklet": false,
  40. "uglifyFileName": false,
  41. "enhance": false,
  42. "localPlugins": false,
  43. "condition": false,
  44. "swc": false,
  45. "disableSWC": true
  46. },
  47. "compileType": "miniprogram",
  48. "libVersion": "3.8.8",
  49. "appid": "wx87cb3473bc01271c",
  50. "projectname": "tomatoClock",
  51. "condition": {},
  52. "simulatorPluginLibVersion": {},
  53. "editorSetting": {
  54. "tabIndent": "insertSpaces",
  55. "tabSize": 2
  56. },
  57. "previewSetting": {
  58. "url": ""
  59. },
  60. "isEnableEngineNative": false
  61. }