Compare commits
1 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
76bb19c3bf |
|
|
@ -1,6 +1,11 @@
|
||||||
Change History
|
Change History
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
v2.30.0
|
||||||
|
---
|
||||||
|
* Add manual sort
|
||||||
|
* Performance improvements (#723)
|
||||||
|
|
||||||
v2.29.0
|
v2.29.0
|
||||||
---
|
---
|
||||||
* Add support for Webpack 3
|
* Add support for Webpack 3
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ webpack bundles. This is especially useful for webpack bundles that include
|
||||||
a hash in the filename which changes every compilation. You can either let the plugin generate an HTML file for you, supply
|
a hash in the filename which changes every compilation. You can either let the plugin generate an HTML file for you, supply
|
||||||
your own template using lodash templates or use your own loader.
|
your own template using lodash templates or use your own loader.
|
||||||
|
|
||||||
Maintainer: Jan Nicklas [@jantimon](https://twitter.com/jantimon)
|
Maintainer: Jan Nicklas [@jantimon](https://twitter.com/jantimon) and Thomas Sileghem [@mastilver](https://twitter.com/mastilver)
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue