build: change dev port

This commit is contained in:
07akioni 2020-09-09 16:49:06 +08:00
parent 6750b164d8
commit d0641c34b3

View File

@ -20,7 +20,7 @@ const webpackConfig = {
resolve: config.resolve,
devServer: {
host: '0.0.0.0',
port: 8086,
port: 14138,
publicPath: '/',
hot: true,
historyApiFallback: true