Commit 254e237e authored by zhengke's avatar zhengke

'feat:111'

parent 660166e3
This diff is collapsed.
module.exports = { module.exports = {
configureWebpack: { configureWebpack: {
resolve: { resolve: {
alias: { alias: {
'assets': '@/assets', 'assets': '@/assets',
'components': '@/components', 'components': '@/components',
'views': '@/views', 'views': '@/views',
} }
},
devServer: {
host: '127.0.0.1',
port: 8080,
},
externals: [
'BMap',
require('webpack-require-http')
]
}, },
devServer: { pwa: {
host: 'crmyx.oytour.com', iconPaths: {
port: 8080, favicon32: 'favicon.ico',
}, favicon16: 'favicon.ico',
externals: [ appleTouchIcon: 'favicon.ico',
'BMap', maskIcon: 'favicon.ico',
require('webpack-require-http') msTileImage: 'favicon.ico'
] }
},
pwa: {
iconPaths: {
favicon32: 'favicon.ico',
favicon16: 'favicon.ico',
appleTouchIcon: 'favicon.ico',
maskIcon: 'favicon.ico',
msTileImage: 'favicon.ico'
} }
}
} }
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment