From 76e45e42e5ad07e795ac1e6883fadd905aa32ab7 Mon Sep 17 00:00:00 2001 From: Thomas Ballmann Date: Mon, 13 Apr 2020 19:53:26 +0200 Subject: [PATCH] reduce app filesize --- app/vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/vue.config.js b/app/vue.config.js index b5c0088..799aaee 100644 --- a/app/vue.config.js +++ b/app/vue.config.js @@ -22,7 +22,7 @@ module.exports = { // optimize build for esp32 return { plugins: [ - // reduze total size of the app + // reduce total size of the app new webpack.optimize.LimitChunkCountPlugin({ maxChunks: 1 }),