Merge branch 'master' of https://github.com/primefaces/primevue
commit
c3d4f964bf
|
@ -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