project.config.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "miniprogramRoot": "miniprogram/",
  7. "compileType": "miniprogram",
  8. "projectname": "advertising",
  9. "setting": {
  10. "urlCheck": false,
  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. "enableEngineNative": false,
  37. "useIsolateContext": true,
  38. "userConfirmedBundleSwitch": false,
  39. "packNpmManually": true,
  40. "packNpmRelationList": [
  41. {
  42. "packageJsonPath": "./package.json",
  43. "miniprogramNpmDistDir": "./miniprogram/"
  44. }
  45. ],
  46. "minifyWXSS": true,
  47. "disableUseStrict": false,
  48. "minifyWXML": true,
  49. "showES6CompileOption": false,
  50. "useCompilerPlugins": [
  51. "typescript",
  52. "less"
  53. ]
  54. },
  55. "simulatorType": "wechat",
  56. "simulatorPluginLibVersion": {},
  57. "appid": "wx0470a26813bf549a",
  58. "condition": {}
  59. }