mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 15:37:46 +01:00
20 lines
319 B
Text
20 lines
319 B
Text
|
{
|
||
|
"presets": [
|
||
|
"@babel/preset-env",
|
||
|
"@babel/preset-react"
|
||
|
],
|
||
|
"plugins": [
|
||
|
"react-hot-loader/babel",
|
||
|
"@babel/plugin-proposal-class-properties"
|
||
|
],
|
||
|
"env": {
|
||
|
"test": {
|
||
|
"plugins": [
|
||
|
["istanbul", {
|
||
|
"exclude": ["node_modules/**", "test/**"]
|
||
|
}]
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|