Skip to content

Commit 00dade3

Browse files
committed
docs: update readme
1 parent c403e94 commit 00dade3

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@
1818

1919
## HTML template as entry point
2020

21-
> _**HTML as an entry point works in both Vite and Parcel, and now also in Webpack.**_\
22-
> Bundle your source files of scripts, styles and images with HTML template.
21+
> Define your **source files** of scripts, styles and images directly in HTML template.
2322
24-
25-
The HTML Bundler Plugin generates static HTML from [any template](#template-engine) containing source files of scripts, styles, images, fonts and other resources, similar to how it works in [Vite](https://vitejs.dev/guide/#index-html-and-project-root) or [Parcel](https://parceljs.org/).
26-
The plugin allows using a template file as an [entry point](#option-entry).
23+
The **Bundler Plugin** generates static HTML or [template function](#template-in-js) from [any template](#template-engine) containing source files of scripts, styles, images, fonts and other resources, similar to how it works in [Vite](https://vitejs.dev/guide/#index-html-and-project-root) or [Parcel](https://parceljs.org/).
24+
This plugin allows using a template file as an [entry point](#option-entry).
2725
You can import a template into JS as a compiled [template function](#template-in-js) and render it with variables in runtime on the client-side in the browser.
2826

2927
This plugin is an **advanced successor** to `html-webpack-plugin` and a replacement of the [plugins and loaders](#list-of-plugins).

0 commit comments

Comments
 (0)