.babelrc 206 B

12345678910
  1. {
  2. "presets": ["@babel/preset-env"],
  3. "plugins": [
  4. ["@babel/plugin-transform-runtime"],
  5. ["@babel/plugin-transform-modules-commonjs"],
  6. ["transform-remove-strict-mode"]
  7. ],
  8. "ignore": [
  9. ]
  10. }