File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
packages/@vue/cli-service Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ test('dart sass', async () => {
181
181
await project . run ( 'vue-cli-service build' )
182
182
} )
183
183
184
- test . only ( 'use a single websocket connection for HMR' , async ( ) => {
184
+ test ( 'use a single websocket connection for HMR' , async ( ) => {
185
185
const project = await create ( 'e2e-serve' , defaultPreset )
186
186
187
187
await serve (
Original file line number Diff line number Diff line change @@ -172,6 +172,7 @@ module.exports = (api, options) => {
172
172
contentBase : api . resolve ( 'public' ) ,
173
173
watchContentBase : ! isProduction ,
174
174
hot : ! isProduction ,
175
+ injectClient : false ,
175
176
compress : isProduction ,
176
177
publicPath : options . publicPath ,
177
178
overlay : isProduction // TODO disable this
You can’t perform that action at this time.
0 commit comments