We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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"] }