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. };