From 53cd3f560b11a4f70dca3bdca6f945e78975ea6e Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Sat, 25 May 2019 18:04:03 +0300 Subject: [PATCH] Keep css within the component --- vue.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vue.config.js b/vue.config.js index 260e79be9..7f79293bf 100644 --- a/vue.config.js +++ b/vue.config.js @@ -5,5 +5,8 @@ module.exports = { output: { libraryExport: 'default' } + }, + css: { + extract: false } } \ No newline at end of file