We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent e56e9cf commit f40aeaeCopy full SHA for f40aeae
README.md
@@ -205,11 +205,13 @@ your own template. The easiest way is to use the `template` option and pass a cu
205
The html-webpack-plugin will automatically inject all necessary CSS, JS, manifest
206
and favicon files into the markup.
207
208
+Details of other template loaders are [documented here](https://github.com/jantimon/html-webpack-plugin/blob/master/docs/template-option.md).
209
+
210
```js
211
plugins: [
212
new HtmlWebpackPlugin({
213
title: 'Custom template',
- // Load a custom template (lodash by default see the FAQ for details)
214
+ // Load a custom template (lodash by default)
215
template: 'index.html'
216
})
217
]
0 commit comments