Refactor vue.config.js for DomHandler.js and ObjectUtils.js
Use domhandler.* instead of domhandler.default.*pull/12/head
parent
fb23ad37ff
commit
d07ec90b7c
|
@ -1,4 +1,9 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
publicPath: process.env.NODE_ENV === 'production' ? '/primevue' : '/',
|
publicPath: process.env.NODE_ENV === 'production' ? '/primevue' : '/',
|
||||||
productionSourceMap: false
|
productionSourceMap: false,
|
||||||
|
configureWebpack: {
|
||||||
|
output: {
|
||||||
|
libraryExport: 'default'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue