- Use "json" extension for babelrc (easier out-of-the-box syntax recognition by IDEs, etc.)
This commit is contained in:
5
.babelrc.json
Normal file
5
.babelrc.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"presets": [
|
||||
["@babel/preset-env"]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user