mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 09:37:45 +01:00
13 lines
No EOL
259 B
Text
13 lines
No EOL
259 B
Text
{
|
|
"presets": ["env", "react"],
|
|
"plugins": ["transform-object-rest-spread", "transform-class-properties"],
|
|
"env": {
|
|
"test": {
|
|
"plugins": [
|
|
["istanbul", {
|
|
"exclude": ["node_modules/**", "test/**"]
|
|
}]
|
|
]
|
|
}
|
|
}
|
|
} |