Create .babelrc
This commit is contained in:
parent
a70cb145be
commit
84bd8345e3
1 changed files with 11 additions and 0 deletions
11
www/.babelrc
Normal file
11
www/.babelrc
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"presets": [
|
||||||
|
[
|
||||||
|
"next/babel",
|
||||||
|
{
|
||||||
|
"preset-env": { "targets": { "node": true } }
|
||||||
|
}
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"plugins": []
|
||||||
|
}
|
Loading…
Reference in a new issue