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, resolve: config.resolve,
devServer: { devServer: {
host: '0.0.0.0', host: '0.0.0.0',
port: 8086, port: 14138,
publicPath: '/', publicPath: '/',
hot: true, hot: true,
historyApiFallback: true historyApiFallback: true