mirror of
https://github.com/maputnik/editor.git
synced 2026-01-08 22:40:01 +00:00
14 lines
258 B
Plaintext
14 lines
258 B
Plaintext
{
|
|
"presets": ["env", "react"],
|
|
"plugins": ["transform-object-rest-spread", "transform-class-properties"],
|
|
"env": {
|
|
"test": {
|
|
"plugins": [
|
|
["istanbul", {
|
|
exclude: ["node_modules/**", "test/**"]
|
|
}]
|
|
]
|
|
}
|
|
}
|
|
}
|