dubbo文档UI初始化

This commit is contained in:
暮光:城中城
2020-10-27 23:15:42 +08:00
parent 3048d203ff
commit ccf4196f0e
26 changed files with 12479 additions and 0 deletions

View File

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