@uni_toolkit/unplugin-json-optimization 0.0.13 → 0.0.15-alpha.1764125154422

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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,10 @@
1
1
  # @uni_toolkit/unplugin-json-optimization
2
2
 
3
- 一个用于分包优化 JSON 文件生成的 unplugin 插件,支持 Vite 和 Webpack
3
+ 一个用于分包优化 JSON 文件生成的 unplugin 插件,支持 Vite。
4
4
 
5
5
  ## 功能特性
6
6
 
7
7
  - 🗜️ **自动优化产物** - 自动优化分包 JSON 文件的生成
8
- - 🔧 **多构建工具支持** - 支持 Vite、Webpack 等构建工具
9
8
  - ⚡ **零配置** - 开箱即用
10
9
  - 🎯 **精确匹配** - 只处理 `.json` 文件,不影响其他资源
11
10
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uni_toolkit/unplugin-json-optimization",
3
3
  "type": "module",
4
- "version": "0.0.13",
4
+ "version": "0.0.15-alpha.1764125154422",
5
5
  "description": "A plugin to optimize json files generation",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/uni-toolkit/uni-toolkit/tree/main/packages/unplugin-json-optimization",