mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 22:59:10 +00:00
2ec12df98d
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
13 lines
275 B
Diff
13 lines
275 B
Diff
diff --git a/package.json b/package.json
|
|
index 795cf83eff64d757a9c9d5283230f20a3964c06f..4fb82701406e05017adbd9de5b497cfee0be7eef 100644
|
|
--- a/package.json
|
|
+++ b/package.json
|
|
@@ -46,5 +46,6 @@
|
|
},
|
|
"bin": {
|
|
"acorn": "bin/acorn"
|
|
- }
|
|
+ },
|
|
+ "sideEffects": false
|
|
}
|