summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorkaniwow <[email protected]>2022-11-03 11:57:22 +0800
committerkaniwow <[email protected]>2022-11-03 11:57:22 +0800
commitbb5eff27eba3f40ecf43f0f72b19802cc0b5c311 (patch)
treee3fae28002c198779bc2b8255ae01ee69edb2be9 /package.json
parent319c3e7de89135aa43341320d0695f101bc52c72 (diff)
feat: enable vite-gzip
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index b94e7c3..b157b9e 100644
--- a/package.json
+++ b/package.json
@@ -43,7 +43,8 @@
"react-window": "^1.8.7",
"regenerator-runtime": "0.13.9",
"tslib": "2.4.0",
- "use-asset": "1.0.4"
+ "use-asset": "1.0.4",
+ "vite-plugin-compression": "^0.5.1"
},
"devDependencies": {
"@babel/runtime": "7.19.4",