Skip to content

Commit b47ba60

Browse files
TheLarkInnposva
authored andcommitted
chore(package.json): add sideEffects: false field to package.json (vuejs#2180)
1 parent e2a19cc commit b47ba60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@
88
"module": "dist/vue-router.esm.js",
99
"unpkg": "dist/vue-router.js",
1010
"jsdelivr": "dist/vue-router.js",
11+
"sideEffects": false,
1112
"repository": {
1213
"type": "git",
1314
"url": "https://github.com/vuejs/vue-router.git"
1415
},
1516
"typings": "types/index.d.ts",
1617
"files": [
18+
"src/*.js",
1719
"dist/*.js",
1820
"types/*.d.ts"
1921
],
@@ -82,4 +84,4 @@
8284
"url": "https://github.com/vuejs/vue-router/issues"
8385
},
8486
"homepage": "https://github.com/vuejs/vue-router#readme"
85-
}
87+
}

0 commit comments

Comments
 (0)