mirror of
https://github.com/creativetimofficial/muse-vue-ant-design-dashboard.git
synced 2025-08-06 17:28:33 +08:00
13 lines
216 B
JavaScript
13 lines
216 B
JavaScript
module.exports = {
|
|
runtimeCompiler: true,
|
|
|
|
chainWebpack: config => {
|
|
config
|
|
.plugin('html')
|
|
.tap(args => {
|
|
args[0].title = 'Muse Vue Ant Design - by Creative Tim'
|
|
return args
|
|
})
|
|
}
|
|
}
|