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