mirror of
https://github.com/tenrok/vue-form-wizard.git
synced 2026-06-17 02:10:33 +03:00
39fdde89c7
Add tests for background style Use provide/inject to get rid of $parent dependency internally
15 lines
256 B
Plaintext
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" ]
|
|
}
|
|
}
|
|
}
|