Files
zyplayer-doc/zyplayer-doc-ui/dubbo-ui/vue.config.js
暮光:城中城 ccf4196f0e dubbo文档UI初始化
2020-10-27 23:15:42 +08:00

13 lines
241 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// 官方配置文档https://webpack.js.org/configuration/dev-server/
module.exports = {
devServer: {
hot: true,
disableHostCheck: true,
port: 80,
host: 'local.zyplayer.com'
},
publicPath: './',
productionSourceMap: false
};