Skip to content

Commit

Permalink
Enabling HMR logging in browser console (#9535)
Browse files Browse the repository at this point in the history
Enabling HMR logging in browser console
  • Loading branch information
ndelangen authored Jan 23, 2020
2 parents 6a3c832 + 60961d3 commit fefb6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/src/server/preview/preview-preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const entries = async (_, options) => {

if (options.configType === 'DEVELOPMENT') {
result = result.concat(
`${require.resolve('webpack-hot-middleware/client')}?reload=true&quiet=true`
`${require.resolve('webpack-hot-middleware/client')}?reload=true&quiet=false`
);
}

Expand Down

0 comments on commit fefb6f0

Please sign in to comment.