mirror of
https://github.com/maputnik/editor.git
synced 2025-12-06 06:10:00 +00:00
21 lines
336 B
Plaintext
21 lines
336 B
Plaintext
{
|
|
"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/**"]
|
|
}]
|
|
]
|
|
}
|
|
}
|
|
}
|