All Downloads are FREE. Search and download functionalities are using the official Maven repository.

static.console-fe..babelrc Maven / Gradle / Ivy

{
  "presets": [
    [
      "@babel/preset-env",
      {
        "useBuiltIns": "entry"
      }
    ],
    "react-app"
  ],
  "plugins": [
    [
      "@babel/plugin-proposal-decorators",
      {
        "legacy": true
      }
    ],
    [
      "babel-plugin-import",
      {
        "libraryName": "@alifd/next",
        "style": true
      }
    ]
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy