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
Generates output HTML, JS and CSS from templates containing source files of scripts, styles and other assets.\
15
+
Generates HTML with JS and CSS from templates containing source files of scripts, styles and other assets.\
16
16
Advanced alternative to [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) and modern replacement of many [plugins and loaders](#list-of-plugins).
17
17
18
18
---
@@ -29,16 +29,16 @@ Advanced alternative to [html-webpack-plugin](https://github.com/jantimon/html-w
29
29
30
30
## 💡 Highlights
31
31
32
-
-**Start from HTML**, not from JS. An [entry point](#option-entry) is any HTML template.
33
-
-**Auto processing**multiple HTML templates in the [entry path](#option-entry-path).
34
-
-**Renders** the most popular [template engines](#template-engine) "**out of the box**", without additional plugins and loaders:\
32
+
- An [entry point](#option-entry) is any HTML template. **Start from HTML**, not from JS.
33
+
-**Find**and automatic processing of templates in the [entry directory](#option-entry-path).
34
+
-**Renders** the [template engines](#template-engine) "out of the box":
No longer need to define source JavaScript files in Webpack entry.
41
-
-**Resolves**[source files](#loader-option-sources) in [default attributes](#loader-option-sources-default)`href``src``srcset` using **relative path** or **alias**:
41
+
-**Resolves**[source files](#loader-option-sources)of assets in [attributes](#loader-option-sources-default) such as`href``src``srcset` using **relative path** or **alias**:
0 commit comments