From 0906a7300327370db5f2c5703d813fc1eb738ba6 Mon Sep 17 00:00:00 2001 From: Valentin Kaelin Date: Mon, 21 Oct 2019 16:15:33 +0200 Subject: [PATCH] refactor: remove vuejs map files in production --- client/vue.config.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 client/vue.config.js diff --git a/client/vue.config.js b/client/vue.config.js new file mode 100644 index 0000000..ad1a529 --- /dev/null +++ b/client/vue.config.js @@ -0,0 +1,3 @@ +module.exports = { + productionSourceMap: false +}