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