Results 2 issues of fisher

I use both CustomValidators and built-in validators in my project, I found that CustomValidators include multi error info in one object: `({digits: true, actualValue: 2.3, requiredValue: 2, max: true})` this...

this is my code: ```js import { on } from "./event"; export function event(){} event.on = on; event.config=function(){} ``` the bundle result is: ```js // import error export function event()...