-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels