mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
0887c4e74c
- First cut
19 lines
402 B
Plaintext
19 lines
402 B
Plaintext
{
|
|
"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", "transform-es2015-modules-commonjs", "dynamic-import-node"]
|
|
}
|
|
}
|
|
}
|