Next: , Previous: , Up: Configuration   [Index]


3.4.5.2 .babelrc.json

Create a file called .babelrc.json with the following content in your project.

{
  "presets": [...],
  "plugins": [...]
}