project.config.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "miniprogramRoot": "miniprogram/",
  7. "compileType": "miniprogram",
  8. "projectname": "advertising",
  9. "setting": {
  10. "urlCheck": true,
  11. "es6": true,
  12. "enhance": true,
  13. "postcss": true,
  14. "preloadBackgroundData": false,
  15. "minified": true,
  16. "newFeature": false,
  17. "coverView": true,
  18. "nodeModules": true,
  19. "autoAudits": false,
  20. "showShadowRootInWxmlPanel": true,
  21. "scopeDataCheck": false,
  22. "uglifyFileName": false,
  23. "checkInvalidKey": true,
  24. "checkSiteMap": true,
  25. "uploadWithSourceMap": true,
  26. "compileHotReLoad": false,
  27. "lazyloadPlaceholderEnable": false,
  28. "useMultiFrameRuntime": true,
  29. "useApiHook": true,
  30. "useApiHostProcess": true,
  31. "babelSetting": {
  32. "ignore": [],
  33. "disablePlugins": [],
  34. "outputPath": ""
  35. },
  36. "useIsolateContext": true,
  37. "userConfirmedBundleSwitch": false,
  38. "packNpmManually": true,
  39. "packNpmRelationList": [
  40. {
  41. "packageJsonPath": "./package.json",
  42. "miniprogramNpmDistDir": "./miniprogram/"
  43. }
  44. ],
  45. "minifyWXSS": true,
  46. "disableUseStrict": false,
  47. "minifyWXML": true,
  48. "showES6CompileOption": false,
  49. "useCompilerPlugins": [
  50. "typescript",
  51. "less"
  52. ],
  53. "ignoreUploadUnusedFiles": true
  54. },
  55. "simulatorType": "wechat",
  56. "simulatorPluginLibVersion": {},
  57. "appid": "wxfda9e5e09b656d34",
  58. "libVersion": "2.23.1",
  59. "condition": {}
  60. }