html-webpack-plugin/spec
Thomas Guillory 41a255a2f1 FIX missing [hash] interpolation in publicPath
Webpack gives the possibility to use the build [hash] in
output.publicPath option:
https://webpack.github.io/docs/long-term-caching.html

However HtmlWebpackPlugin is reading directly the raw option, preventing the
user to use this option when using it.
2015-10-02 16:13:59 +02:00
..
fixtures [async] make sure the async chunks aren't included in the html 2015-06-15 20:30:42 +01:00
HtmlWebpackPluginSpec.js FIX missing [hash] interpolation in publicPath 2015-10-02 16:13:59 +02:00