mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-27 10:35:23 +01:00
Changed es2015 to env in babelrc.
This commit is contained in:
parent
b6ae51b5e5
commit
d4569237f5
1 changed files with 1 additions and 1 deletions
2
.babelrc
2
.babelrc
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"presets": ["es2015", "react"],
|
"presets": ["env", "react"],
|
||||||
"plugins": ["transform-object-rest-spread", "transform-class-properties"]
|
"plugins": ["transform-object-rest-spread", "transform-class-properties"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue