Create .babelrc

pull/4/head
Steve Ruiz 2021-11-06 16:11:30 +00:00
rodzic a70cb145be
commit 84bd8345e3
1 zmienionych plików z 11 dodań i 0 usunięć

11
www/.babelrc 100644
Wyświetl plik

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