mirror of
https://github.com/vitejs/vite.git
synced 2024-11-22 07:09:05 +00:00
93281b0e09
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
13 lines
275 B
Diff
13 lines
275 B
Diff
diff --git a/package.json b/package.json
|
|
index 355692a301ea5ddaf8541825b22046a31505d139..35acec04252f1063cff56a334565c946e992327c 100644
|
|
--- a/package.json
|
|
+++ b/package.json
|
|
@@ -46,5 +46,6 @@
|
|
},
|
|
"bin": {
|
|
"acorn": "bin/acorn"
|
|
- }
|
|
+ },
|
|
+ "sideEffects": false
|
|
}
|