2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-17 02:10:33 +03:00
Files
vue-form-wizard/.babelrc
T
cristijora 39fdde89c7 Formatting
Add tests for background style
Use provide/inject to get rid of $parent dependency internally
2017-10-18 20:15:49 +03:00

15 lines
256 B
Plaintext

{
"presets": [
["env", { "modules": false }],
"stage-2"
],
"plugins": ["transform-runtime", "transform-vue-jsx"],
"comments": false,
"env": {
"test": {
"presets": ["env", "stage-2"],
"plugins": [ "istanbul" ]
}
}
}