Dashboard sipadu mbip
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

.babelrc.js 194B

1234567891011121314151617
  1. module.exports = {
  2. presets: [
  3. [
  4. '@babel/env',
  5. {
  6. targets: {
  7. node: 6
  8. }
  9. }
  10. ]
  11. ],
  12. env: {
  13. test: {
  14. plugins: ['istanbul']
  15. }
  16. }
  17. };