Create .babelrc

This commit is contained in:
Steve Ruiz 2021-11-06 16:11:30 +00:00
parent a70cb145be
commit 84bd8345e3

11
www/.babelrc Normal file
View file

@ -0,0 +1,11 @@
{
"presets": [
[
"next/babel",
{
"preset-env": { "targets": { "node": true } }
}
]
],
"plugins": []
}