- fix: replace DOM api remove to removeChild, support ie !57
- feat: replace appendChild by insertBefore by @focus7eleven #54
- feat: add cssModule option !51
- fix: css module reload issue #47 fix by @keegan-lillo
- feat: support
reloadAll
config, support code split issue #44
- fix: Webpack 4 compatibility fix by @vagusX !39
- feat: using debounce for update in DOM by @53c701d !35
- Fix issue causing multiple instances of link tags to be inserted by @aminland !33
- Safe access to 'src' of the last "script" tag#30
- Refactor hotModuleReplacement #27 by @GeorgeTaveras1231
- Replace css link instead of adding new one #24
- memory leak fix, only reload css files #22 by @nickaversano
- Use var instead of const for IE10 #17
- Applying styles without site jerking !9 by @nvlad
- Use loaderUtils.stringifyRequest to fix error path on windows !6 by @dannsam
- Add option fileMap, fix #3
- IE11 compatibility !2 by @extronics
- css file change md5 hash , support webpack 2.0, fix issue #1
- First version, work fine