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