UNPKG

@piscium2010/v-form

Version:

This is not a form, instead it is only a form shell of which the single responsibility is validating and providing error messages. Capable of definding flexiable rules and validating multi fields at a time.

11 lines 315 B
{ "presets": [ "@babel/preset-react" ], "plugins": [ "@babel/plugin-syntax-object-rest-spread", ["@babel/plugin-proposal-decorators", { "legacy": true }], ["@babel/plugin-proposal-class-properties", { "loose": true}], "@babel/plugin-syntax-dynamic-import" ] }