Import complete SCRM project
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
module.exports = {
|
||||
devServer:{
|
||||
port:'8560',
|
||||
open:true
|
||||
},
|
||||
publicPath:'./',
|
||||
outputDir:'dist',
|
||||
assetsDir:'assets',
|
||||
chainWebpack: config => {
|
||||
config
|
||||
.plugin('html')
|
||||
.tap(args => {
|
||||
args[0].title= 'Hashbot-Social CRM'
|
||||
return args
|
||||
})
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user