vue-axe icon indicating copy to clipboard operation
vue-axe copied to clipboard

Dependency error while using with Nuxt: Critical dependency: require function is used in a way in which dependencies cannot be statically extracted

Open anqaka opened this issue 3 years ago • 1 comments

While using vue-axe with Nuxt I have following warning:

./node_modules/axe-core/axe.js 6275:19-26 Critical dependency: require function is used in a way in which dependencies cannot be statically extracted

I use Nuxt v2.15.2 It looks like it deasn't break anything, plugin work properly despite this warning

anqaka avatar Mar 19 '21 10:03 anqaka

we are are also receiving this error, using react.

./node_modules/axe-core/axe.js Critical dependency: require function is used in a way in which dependencies cannot be statically extracted

and like @anqaka , the library does correctly render/log the violations despite that error.

spennine avatar Apr 20 '21 12:04 spennine