Skip to content

Commit 9779f59

Browse files
committed
Remove readme note on v1
1 parent 9bde814 commit 9779f59

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ 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-
2826
```js
2927
var HtmlWebpackPlugin = require('html-webpack-plugin')
3028
var AddAssetHtmlPlugin = require('add-asset-html-webpack-plugin')

0 commit comments

Comments
 (0)