.babelrc 66 B

12345
  1. {
  2. "plugins": [
  3. "@babel/plugin-syntax-dynamic-import"
  4. ]
  5. }