C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

project.config.json 556 B

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
123456789101112131415161718192021222324252627282930
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": false,
  9. "es6": true,
  10. "postcss": true,
  11. "minified": true,
  12. "newFeature": true,
  13. "babelSetting": {
  14. "ignore": [],
  15. "disablePlugins": [],
  16. "outputPath": ""
  17. }
  18. },
  19. "compileType": "miniprogram",
  20. "libVersion": "2.2.2",
  21. "appid": "wx649b3be73c1afe47",
  22. "projectname": "C",
  23. "editorSetting": {
  24. "tabIndent": "insertSpaces",
  25. "tabSize": 2
  26. },
  27. "simulatorType": "wechat",
  28. "simulatorPluginLibVersion": {},
  29. "condition": {}
  30. }