Skip to content

Commit 6fde40c

Browse files
authored
Add note on upcoming breaking API change
1 parent 9546620 commit 6fde40c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ The plugin will add the given JS or CSS file to the files Webpack knows about, a
2323
list of assets `html-webpack-plugin` injects into the generated html. Add the plugin the your
2424
config, providing it a filepath:
2525

26+
> Note that the option `filename` was renamed to `filepath` in preparation for the, as of yet, unreleased 1.0.0. Current release uses `filename` (as per the included README in the package).
27+
2628
```js
2729
var HtmlWebpackPlugin = require('html-webpack-plugin')
2830
var AddAssetHtmlPlugin = require('add-asset-html-webpack-plugin')

0 commit comments

Comments
 (0)