1
0
mirror of synced 2024-11-22 13:26:06 +03:00
vue-formulario/example/.babelrc
Justin Schroeder c219633ebf
Adds an example to the project
Documentation update, and example idea and initial contribution by: Martin Bramwell <mhb.warehouseman@gmail.com>

* Adds an example form and updates documentation to reflect curried function
2018-03-14 09:49:40 -05:00

7 lines
72 B
Plaintext

{
"presets": [
["env", { "modules": false }],
"stage-2"
]
}