feat: option for change default devServer port (#46)

This commit is contained in:
Hawtim Zhang 2020-10-23 16:07:59 +08:00 committed by GitHub
parent 23d4ab3b9d
commit a7b8b1615b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ function resolve(dir) {
module.exports = {
devServer: {
disableHostCheck: true,
port: process.env.DEV_SERVER_PORT || 8080
},
pwa: {
name: "YesPlayMusic",