Skip to content

Commit

Permalink
devserver open
Browse files Browse the repository at this point in the history
  • Loading branch information
now1then committed Dec 31, 2019
1 parent d6b7343 commit 9238eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = merge(commonConfig, {
devServer: {
port: 9000,
hot: true,
open: false,
open: true,
historyApiFallback: true,
compress: true,
// 接口代理转发
Expand Down

0 comments on commit 9238eaf

Please sign in to comment.