fix hot reloading

This commit is contained in:
Will Scullin 2021-07-08 08:15:55 -07:00
parent ce3631f3a2
commit 77b13532da
No known key found for this signature in database
GPG Key ID: 26DCD1042C6638CD
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ const appConfig = merge(baseConfig,
directory: __dirname,
},
devMiddleware: {
publicPath: 'dist/',
publicPath: '/dist/',
},
},
}