You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
400 B

  1. {
  2. "presets": [
  3. "@babel/preset-react",
  4. "@babel/preset-env"
  5. ],
  6. "plugins": [
  7. ["@babel/plugin-proposal-decorators", { "legacy": true }],
  8. ["@babel/proposal-class-properties", { "loose": true }],
  9. "@babel/plugin-transform-runtime",
  10. "babel-plugin-styled-components",
  11. ["import", {
  12. "libraryName": "antd",
  13. "libraryDirectory": "es",
  14. "style": "css"
  15. }]
  16. ]
  17. }