From bada3d1cb360be8ba51d6fe13019f880d2fc743e Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 14 Oct 2020 18:57:44 +0200 Subject: [PATCH] Remove outdated comments in vue.config.js Signed-off-by: Thomas Citharel --- js/vue.config.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/js/vue.config.js b/js/vue.config.js index e10400d19..6a67e8a74 100644 --- a/js/vue.config.js +++ b/js/vue.config.js @@ -37,12 +37,4 @@ module.exports = { }, }, }, - // configureWebpack: { - // optimization: { - // splitChunks: { - // minSize: 10000, - // maxSize: 250000, - // }, - // }, - // }, };