rsnext/packages/next/server
Tim Neutkens 210a6980d2
Solve large portion of webpack 5 deprecation warnings (#15806)
- Using `namedChunks` where possible, this will also allow for faster access to the chunks as we no longer have to look them up like we did before using `find`
- Using the new asset hooks introduced in the latest webpack beta
- Using the new externals function signature
2020-08-03 12:26:23 +00:00
..
lib refactor: Use native fs instead of fs-extra and promisify (#13841) 2020-06-06 15:40:06 +00:00
hot-middleware.ts Use single webpack runtimeChunk for Node.js compilation (#14722) 2020-07-01 15:34:00 +00:00
hot-reloader.ts Solve large portion of webpack 5 deprecation warnings (#15806) 2020-08-03 12:26:23 +00:00
htmlescape.ts Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
next-dev-server.ts Fix DevServer#close doesn't close all resources (#15247) 2020-07-17 09:07:48 +00:00
next.ts Clean up render.tsx options (#13759) 2020-06-06 23:00:03 +00:00
on-demand-entry-handler.ts Fix app-document-import-order test for webpack 5 (#15224) 2020-07-17 10:38:06 +02:00
static-paths-worker.ts use requirePage for /_document and /_app (#14176) 2020-06-15 10:41:17 -04:00