Open KokoDoko opened 3 years ago
The generated .babelrc file is not accepted by visual studio code until I add quotes around the keys manually:
{ "presets": [ [ "@babel/preset-env", {"modules": false} ], "@babel/preset-react" ] }
The generated .babelrc file is not accepted by visual studio code until I add quotes around the keys manually: