Skip to content

Commit e761573

Browse files
KELiONyyx990803
authored andcommitted
perf: remove src directory from npm module (#6072)
`src` directory is not used by node package. Removing this directory reduces size of `.tgz` package by 112kb and saves 840kb on each node projects, where vue.js is installed
1 parent 754e041 commit e761573

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"unpkg": "dist/vue.js",
88
"typings": "types/index.d.ts",
99
"files": [
10-
"src",
1110
"dist/*.js",
1211
"types/*.d.ts"
1312
],

0 commit comments

Comments
 (0)