modernizr-loader
modernizr-loader copied to clipboard
Get your modernizr build bundled with webpack
Hi, I have a requirement from a front-end dev to place the `modernizr` package in the head of our application. This is due to the fact that the view will...
I'd love to use this module, but it fails on build (es6/babel/webpack/yarn): ``` Error: ./.modernizrrc Module build failed: ReferenceError: document is not defined at /Users/fabioa/Development/projects/mfsjs/.modernizrrc:4:1876 at Object. (/Users/fabioa/Development/projects/mfsjs/.modernizrrc:6:3) at Module._compile...
it throws `object doesn't support this action` see http://stackoverflow.com/questions/1073414/deleting-a-window-property-in-ie
Hi, I just made some middleware to handle fetching modernizr information to the server. It's called [modernizr-server](https://github.com/rlindskog/modernizr-server). Do you think its possible to change the wrapOutput function while targetting node...
Hi, This is really useful project thanks for that. Anyway I would like to suggest some README improvements: - add info about `.modernizrrc` available options by linking https://github.com/Modernizr/Modernizr/blob/master/lib/config-all.json (like in...