mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-27 10:05:24 +01:00
Add transform-class-properties plugin to babel config
This commit is contained in:
parent
040d585d57
commit
0edbfd89ff
1 changed files with 1 additions and 1 deletions
2
.babelrc
2
.babelrc
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"presets": ["es2015", "react"],
|
"presets": ["es2015", "react"],
|
||||||
"plugins": ["transform-object-rest-spread"]
|
"plugins": ["transform-object-rest-spread", "transform-class-properties"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue