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
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
..
integration Make HMR still apply updates when there is a webpack warning (#6099) 2019-01-21 22:39:39 +01:00
isolated Replace pages-plugin with loader (#5994) 2019-01-08 23:10:32 +01:00
lib Serverless Next.js (#5927) 2018-12-28 11:39:12 +01:00
unit rename event-emitter.test.js -> mitt.test.js (#5992) 2019-01-05 12:15:25 +01:00
.babelrc Use preset-react's development option + enable modules transform in test env (#5081) 2018-09-03 16:41:52 +02:00
.gitignore Universal Webpack (#3578) 2018-01-30 16:44:44 +01:00
jest-global-setup.js Refactor test setup (#5391) 2018-10-12 15:32:17 +02:00
jest-global-teardown.js Refactor test setup (#5391) 2018-10-12 15:32:17 +02:00