.babelrc 95 B

12345678
  1. {
  2. "presets": ["env"],
  3. "env": {
  4. "production": {
  5. "presets": ["babili"]
  6. }
  7. }
  8. }