From 170d7a61f720ece9dc4b347b19f5a8213f1d8984 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Sat, 20 Jun 2020 16:50:49 +0200 Subject: viewer: prettier formatting based on eslint-prettier plugin --- viewer/vue.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'viewer/vue.config.js') diff --git a/viewer/vue.config.js b/viewer/vue.config.js index f481e4f..9240964 100644 --- a/viewer/vue.config.js +++ b/viewer/vue.config.js @@ -27,11 +27,11 @@ module.exports = { enableInSFC: false, }, }, - chainWebpack: (config) => { + chainWebpack: config => { config.plugins.delete("prefetch"); }, configureWebpack: { - devtool: "source-map" + devtool: "source-map", }, productionSourceMap: false, devServer: { @@ -47,6 +47,6 @@ module.exports = { const file = fs.readFileSync(fullpath); res.end(file); }); - } - } + }, + }, }; -- cgit v1.2.3