1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/test/integration/basic
Tim Neutkens 2a50c176cf
Make HMR still apply updates when there is a webpack warning (#6099)
Fixes #5363

I noticed this happening when making some changes on the nextjs.org/learn app. Basically we didn't apply updates when a warning was emitted from webpack. This would cause issues for users using eslint-loader or similar too.
2019-01-21 22:39:39 +01:00
..
components Introduce dynamic(() => import()) (#5249) 2018-09-25 15:27:09 +02:00
lib Transpile imports if module has module.exports (#5780) 2018-11-30 17:56:07 +01:00
pages Remove next/asset (#6046) 2019-01-14 01:32:20 +01:00
test Remove next/asset (#6046) 2019-01-14 01:32:20 +01:00
next.config.js Make HMR still apply updates when there is a webpack warning (#6099) 2019-01-21 22:39:39 +01:00
warning-loader.js Make HMR still apply updates when there is a webpack warning (#6099) 2019-01-21 22:39:39 +01:00