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

archetype-resources.frontend..babelrc Maven / Gradle / Ivy

The newest version!
{
  "presets": [
    [
      "@babel/preset-env",
      {
        "targets": {
          "browsers": [
            "last 2 versions",
            "not dead",
            "not op_mini all",
            "not < 1%"
          ]
        }
      }
    ]
  ],
  "plugins": ["transform-class-properties", "transform-es2015-arrow-functions"]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy