- Fix: Modernizr tests not working properly if window is undefined (#25)
- Don't attach Modernizr to window anymore
- Allow using a JavaScript file for configuration
Important notice: If you previously relied on a JSON configuration file, make sure to pass your configuration to the json-loader
before passing it to the modernizr-loader
(we upgraded the example in the README). You don't need to do this with webpack 2, because it can require JSON by itself.
- Add cacheable flag (#7)
- Expose Modernizr as a module 5423888