vue-a11y/vue-axe

Can't build due to type error. (Vue CLI)

Closed this issue · 1 comments

There's an error logged by Vue when building in production mode that causes the application to exit and not build. This error only occurs when building in production.

There's no return value for the customResultHandler field in the VueAxeOptions interface. This is required by tsc.

image

Since this fix is so easy I'll put a PR to fix it.

Thanks @lukewhrit