Skip to content

Commit

Permalink
Enabling HMR logging in browser console
Browse files Browse the repository at this point in the history
  • Loading branch information
dnielbowen authored Jan 19, 2020
1 parent 4a5508d commit 60961d3
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 60961d3

Please sign in to comment.