rsnext/packages/next/build/webpack
Tobias Koppers 83395c92ec
fix memory leak in require.cache (#24282)
Previously only the top-level page would be cleared from the require cache, with this change it also clears `module.parent` and `modules.children`.
2021-05-05 09:26:36 +00:00
..
config Disable strictExportPresence when webpack 5 is enabled (#24214) 2021-04-19 18:50:09 +02:00
loaders experimental: remove legacy plugin system (#20759) 2021-04-22 14:03:13 -05:00
plugins fix memory leak in require.cache (#24282) 2021-05-05 09:26:36 +00:00
require-hook.ts fix: register webpack hook earlier and use absolute paths (#21877) 2021-02-16 09:51:52 +01:00