From af5046f891098192f33800539b00b35a8af35354 Mon Sep 17 00:00:00 2001 From: Adam Niederer Date: Sun, 9 Oct 2016 22:58:43 -0400 Subject: [PATCH] Load configuration from vue.config.js Resolves #116 and #145 --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 1bb2933..d789a83 100644 --- a/index.js +++ b/index.js @@ -6,6 +6,7 @@ module.exports = function vueify (file, options) { return through() } + compiler.loadConfig() compiler.applyConfig(options) compiler.applyConfig({ sourceMap: options._flags.debug