project.config.json 856B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "miniprogramRoot": "dist/",
  3. "projectname": "myApp",
  4. "description": "",
  5. "appid": "wxd9ee3a9480a4e544",
  6. "setting": {
  7. "urlCheck": false,
  8. "scopeDataCheck": false,
  9. "coverView": true,
  10. "es6": false,
  11. "postcss": false,
  12. "compileHotReLoad": false,
  13. "preloadBackgroundData": false,
  14. "minified": false,
  15. "autoAudits": false,
  16. "newFeature": false,
  17. "uglifyFileName": false,
  18. "uploadWithSourceMap": true,
  19. "useIsolateContext": true,
  20. "nodeModules": false,
  21. "enhance": false,
  22. "useCompilerModule": false,
  23. "userConfirmedUseCompilerModuleSwitch": false,
  24. "showShadowRootInWxmlPanel": true,
  25. "checkInvalidKey": true,
  26. "checkSiteMap": true,
  27. "babelSetting": {
  28. "ignore": [],
  29. "disablePlugins": [],
  30. "outputPath": ""
  31. }
  32. },
  33. "compileType": "miniprogram",
  34. "simulatorType": "wechat",
  35. "simulatorPluginLibVersion": {},
  36. "condition": {}
  37. }