modernizr-auto-loader
Version:
Builds a custom modernizr for use with webpack
11 lines (8 loc) • 453 B
Markdown
## 0.1.0
- Changed default behaviour to always rebuild on code changes (by turning off the loader cache) ([#2](https://github.com/andersaloof/modernizr-auto-loader/issues/2))
- Added option to only run customizr on startup (default behaviour in 0.0.2 and earlier)
- Documentation fixes ([#1](https://github.com/andersaloof/modernizr-auto-loader/issues/1))
## 0.0.2
- Uses customizr to build a custom modernizr build
## 0.0.1
- Forked modernizr-loader