We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4ff22a commit bbc931cCopy full SHA for bbc931c
packages/@vue/cli-service/lib/commands/serve.js
@@ -58,7 +58,7 @@ module.exports = (api, options) => {
58
if (!isProduction) {
59
const devClients = [
60
// dev server client
61
- require.resolve(`webpack-dev-server/client`) + `?${urls.localUrlForBrowser}`,
+ require.resolve(`webpack-dev-server/client`),
62
// hmr client
63
require.resolve(projectDevServerOptions.hotOnly
64
? 'webpack/hot/only-dev-server'
0 commit comments