]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: mark main package side-effects free
authorEvan You <yyx990803@gmail.com>
Sat, 15 Feb 2020 17:02:00 +0000 (12:02 -0500)
committerEvan You <yyx990803@gmail.com>
Sat, 15 Feb 2020 17:02:00 +0000 (12:02 -0500)
packages/vue/package.json

index fe0aab56a5cb3e0ba3762c366e3e18f45748c28f..526b11d0f8caeb934bff1bda2198919fd1033797 100644 (file)
@@ -6,6 +6,7 @@
   "module": "dist/vue.runtime.esm-bundler.js",
   "types": "dist/vue.d.ts",
   "unpkg": "dist/vue.global.js",
+  "sideEffects": false,
   "files": [
     "index.js",
     "dist"