We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to import Detectizr right after Modernizr
import Modernizr from 'modernizr'; import Detectizr from 'detectizr'; console.log('> >', Modernizr, Detectizr);
it makes an error:
Uncaught TypeError: Cannot read property 'documentElement' of undefined
If I remove Detectizr, everything is ok, Modernizr works well.
Any special advice with working with modernizr-loader or webpack?
The text was updated successfully, but these errors were encountered:
This is still an issue. I think it's before webpack compiles alphabetically so Detectizr is coming before Modernizr.
Sorry, something went wrong.
Any updates? Or can you suggest some other library which works with webpack?
No branches or pull requests
I am trying to import Detectizr right after Modernizr
it makes an error:
If I remove Detectizr, everything is ok, Modernizr works well.
Any special advice with working with modernizr-loader or webpack?
The text was updated successfully, but these errors were encountered: