mirror of
https://github.com/romancm/gamebrary
synced 2024-11-10 13:44:16 +00:00
20 lines
376 B
Text
Executable file
20 lines
376 B
Text
Executable file
{
|
|
"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"]
|
|
}
|
|
}
|
|
}
|