Skip to content

babelrc file

LeliksirTeam edited this page Aug 27, 2016 · 1 revision

Create a .babelrc file

Create a .babelrc file in the root directory of the application. The project root and the code is the following.

{
  "presets": ["es2015", "stage-0"],
  "plugins": ["transform-runtime", "add-module-exports", "transform-class-properties"]
}
Clone this wiki locally