@linglongos/vite-plugin-html 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @linglongos/vite-plugin-html
2
2
 
3
+ [**English**](./README.md) | [**中文**](./README.zh_CN.md)
4
+
3
5
  Forked from [vite-plugin-html](https://www.npmjs.com/package/vite-plugin-html) with **Vite 6/7/8 support** and modernized dependencies.
4
6
 
5
7
  ## Features
package/README.zh_CN.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @linglongos/vite-plugin-html
2
2
 
3
+ [**English**](./README.md) | [**中文**](./README.zh_CN.md)
4
+
3
5
  基于 [vite-plugin-html](https://www.npmjs.com/package/vite-plugin-html) fork,**支持 Vite 6/7/8**,持续更新维护。
4
6
 
5
7
  ## 功能特性
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linglongos/vite-plugin-html",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Fork of vite-plugin-html with Vite 8 support, EJS template and HTML minification for index.html",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",