.babelrc 227 B

123456789101112
  1. {
  2. "presets" : ["airbnb", "react", "env"],
  3. "plugins": ["lodash", "syntax-dynamic-import", "react-hot-loader/babel"],
  4. "env": {
  5. "test": {
  6. "plugins": [
  7. "babel-plugin-dynamic-import-node"
  8. ]
  9. }
  10. }
  11. }