remix
remix copied to clipboard
fix(remix-dev/cli): fix heap out of memory error
closing #1555
I'm not sure of the fix though because I don't understand the whole logic there
but the bug was a pain in the *ss before that "fix", and I have no more bug after !
⚠️ No Changeset found
Latest commit: fae6e3256aa172594604b483700ea38823f1f5c8
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
@arnaudambro Thank you for your investigation and this PR!
It would be awesome if someone from the core team could look at this 🙏🏽
Superceded by https://github.com/remix-run/remix/pull/5133 which will make the new dev server available in the next minor release under the unstable_dev future flag.
Note that we needed to rearchitect the dev server as moving the require cache purging to onRebuildFinished in the current dev server caused race conditions