Skip to content

Commit f40aeae

Browse files
panstavjantimon
authored andcommittedNov 12, 2018
fix(README): adds a link to template option documentation
1 parent e56e9cf commit f40aeae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,13 @@ your own template. The easiest way is to use the `template` option and pass a cu
205205
The html-webpack-plugin will automatically inject all necessary CSS, JS, manifest
206206
and favicon files into the markup.
207207

208+
Details of other template loaders are [documented here](https://github.com/jantimon/html-webpack-plugin/blob/master/docs/template-option.md).
209+
208210
```js
209211
plugins: [
210212
new HtmlWebpackPlugin({
211213
title: 'Custom template',
212-
// Load a custom template (lodash by default see the FAQ for details)
214+
// Load a custom template (lodash by default)
213215
template: 'index.html'
214216
})
215217
]

0 commit comments

Comments
 (0)
Please sign in to comment.