mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-26 18:50:38 +01:00
22 lines
403 B
Text
22 lines
403 B
Text
{
|
|
"presets": ["@babel/preset-env", "@babel/preset-react"],
|
|
"plugins": [
|
|
"react-hot-loader/babel",
|
|
"@babel/plugin-proposal-class-properties",
|
|
[
|
|
"@babel/plugin-proposal-decorators",
|
|
{
|
|
"legacy": true
|
|
}
|
|
],
|
|
],
|
|
"env": {
|
|
"test": {
|
|
"plugins": [
|
|
["istanbul", {
|
|
"exclude": ["node_modules/**", "test/**"]
|
|
}]
|
|
]
|
|
}
|
|
}
|
|
}
|