mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor vue.config.js for DomHandler.js and ObjectUtils.js
Use domhandler.* instead of domhandler.default.*
This commit is contained in:
parent
fb23ad37ff
commit
d07ec90b7c
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
|||
module.exports = {
|
||||
publicPath: process.env.NODE_ENV === 'production' ? '/primevue' : '/',
|
||||
productionSourceMap: false
|
||||
productionSourceMap: false,
|
||||
configureWebpack: {
|
||||
output: {
|
||||
libraryExport: 'default'
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue