Skip to content

Conversation

@JasonVMo
Copy link
Contributor

Platforms Impacted

  • all

Description of changes

Bundling was slow...it should now be substantially faster. There were a few things changed:

  • versions of the rnx-kit tools were way out of date for fluent-tester
  • added the symlinks resolver which often speeds up performance
  • simplified the regex expressions to either anchor them at the end, or root them at the start
  • made the duplicate elimination pattern scalable and added some new packages to it to avoid warnings.

@JasonVMo JasonVMo requested a review from a team as a code owner July 14, 2025 21:20
@JasonVMo JasonVMo merged commit 256ff24 into main Jul 14, 2025
11 checks passed
@JasonVMo JasonVMo deleted the user/jasonvmo/fast-bundling branch July 14, 2025 23:39
Comment on lines 37 to +38
// Workaround for `EPERM: operation not permitted, lstat '~\midl-MIDLRT-cl.read.1.tlog'`
/.*\.tlog/,

// Prevent Metro from watching temporary files generated by Visual Studio
// otherwise it may crash when they are removed when closing a project.
/.*\/.vs\/.*/,
/.*\.tlog$/,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants