mirror of
https://github.com/romancm/gamebrary
synced 2024-11-14 23:47:08 +00:00
21 lines
464 B
Text
21 lines
464 B
Text
|
{
|
||
|
"presets": [
|
||
|
[
|
||
|
"env", {
|
||
|
"modules": false,
|
||
|
"targets": {
|
||
|
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"stage-2"
|
||
|
],
|
||
|
"plugins": ["transform-vue-jsx", "transform-runtime"],
|
||
|
"env": {
|
||
|
"test": {
|
||
|
"presets": ["env", "stage-2"],
|
||
|
"plugins": ["transform-vue-jsx", "istanbul"]
|
||
|
}
|
||
|
}
|
||
|
}
|