Skip to content

Commit f8721b7

Browse files
committed
Fix Vite compress plugin
1 parent 3b2460f commit f8721b7

File tree

4 files changed

+713
-7177
lines changed

4 files changed

+713
-7177
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ cd ./my-app && npm install && npm run dev
3535
For create a production build, just run `npm run build` command:
3636

3737
```console
38-
vite v2.x.x building for production...
38+
vite v2.X.X building for production...
3939

40-
43 modules transformed.
40+
X modules transformed.
4141

4242
dist/index.html 0.64kb
4343
dist/assets/favicon.XXX.svg 1.49kb
@@ -77,7 +77,7 @@ Upgrading /user/folder/project/package.json
7777

7878
# 3. npm install
7979

80-
added 1 package, removed 1 package, changed 7 packages, and audited 230 packages in 6s
80+
added X package, removed X package, changed X packages, and audited XXX packages in 6s
8181
```
8282

8383
## 🤔 Why such a strange name?

0 commit comments

Comments
 (0)