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