You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,6 @@ The plugin will add the given JS or CSS file to the files Webpack knows about, a
23
23
list of assets `html-webpack-plugin` injects into the generated html. Add the plugin the your
24
24
config, providing it a filepath:
25
25
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
-
28
26
```js
29
27
var HtmlWebpackPlugin =require('html-webpack-plugin')
30
28
var AddAssetHtmlPlugin =require('add-asset-html-webpack-plugin')
0 commit comments