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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ You can use a relative path or Webpack alias to a source file.
25
25
A template imported in JS will be compiled into [template function](#template-in-js). You can use the **template function** in JS to render the template with variables in runtime on the client-side in the browser.
26
26
27
27
28
-
This plugin is an **advanced replacer** of `html-webpack-plugin` and many other [plugins and loaders](#list-of-plugins).
28
+
This plugin is an **advanced replacement** of `html-webpack-plugin` and many other [plugins and loaders](#list-of-plugins).
29
29
30
30
<!--
31
31
<table align="center">
@@ -399,14 +399,14 @@ module.exports = {
399
399
> Don't use Webpack's `output.filename`, hold all relevant settings in one place - in plugin options.\
400
400
> Both places have the same effect, but `js.filename` has priority over `output.filename`.
401
401
402
-
No additional template loader is required. The plugin handels templates with base `EJS`-like syntax automatically.
402
+
No additional template loader is required. The plugin handles templates with base `EJS`-like syntax automatically.
403
403
The default templating engine is [Eta](https://eta.js.org).
404
404
405
405
For using the native `EJS` syntax see [Templating with EJS](#using-template-ejs).\
406
406
For using the `Handlebars` see [Templating with Handlebars](#using-template-handlebars).\
407
407
For other templates see [Template engines](#template-engine).
408
408
409
-
For custom templates, you can use the [preprocessor](#loader-option-preprocessor) option to handels any template engine.
409
+
For custom templates, you can use the [preprocessor](#loader-option-preprocessor) option to handle any template engine.
0 commit comments