From d8a5da1e0e1ed52c5e65d1336995987936849c5d Mon Sep 17 00:00:00 2001 From: Binbin Sun Date: Tue, 7 Jan 2020 10:59:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20extracted=20css=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: #55 --- vue.config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vue.config.js diff --git a/vue.config.js b/vue.config.js new file mode 100644 index 0000000..acdf2d2 --- /dev/null +++ b/vue.config.js @@ -0,0 +1,5 @@ +module.exports = { + css: { + extract: false + } +};