From 9bbc1f7567244e194d117223b8272b19bf664f95 Mon Sep 17 00:00:00 2001 From: Alexandr Subbotin Date: Tue, 11 Jul 2017 15:37:09 +0200 Subject: [PATCH] perf: remove src directory from npm module `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 --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index d8c63de6980..86f4e4498fa 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,6 @@ "unpkg": "dist/vue.js", "typings": "types/index.d.ts", "files": [ - "src", "dist/*.js", "types/*.d.ts" ],