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?
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?