Shrink bundle size

A whole 30k... Changing Vue Material imports didn't change the vendor bundle at all; something still isn't right, but it's not a show-stopper
This commit is contained in:
Daniel J. Summers
2019-08-25 07:28:51 -05:00
parent 702ae1811c
commit 948f64c295
7 changed files with 59 additions and 30 deletions
+2 -1
View File
@@ -30,6 +30,7 @@
"pug": "^2.0.1",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^7.3.1",
"vue-template-compiler": "^2.5.17"
"vue-template-compiler": "^2.5.17",
"webpack-bundle-analyzer": "^3.4.1"
}
}