From 99604001f89c47e7900922006e368811bbde4193 Mon Sep 17 00:00:00 2001 From: Samuel Gratzl Date: Mon, 2 Jul 2018 11:29:36 +0200 Subject: [PATCH] inline css --- vue.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vue.config.js b/vue.config.js index 4771efb..86609b0 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,4 +1,8 @@ module.exports = { + productionSourceMap: false, + css: { + extract: false + }, configureWebpack: { output: { library: 'VueLineUp'