From d07ec90b7cc8bd244a30af72f1cde1365fca1fbf Mon Sep 17 00:00:00 2001 From: mertsincan Date: Fri, 24 May 2019 17:40:28 +0300 Subject: [PATCH] Refactor vue.config.js for DomHandler.js and ObjectUtils.js Use domhandler.* instead of domhandler.default.* --- vue.config.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 1bacfa729..260e79be9 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,4 +1,9 @@ module.exports = { publicPath: process.env.NODE_ENV === 'production' ? '/primevue' : '/', - productionSourceMap: false + productionSourceMap: false, + configureWebpack: { + output: { + libraryExport: 'default' + } + } } \ No newline at end of file