Skip to content

Conversation

@ImmutableJeffrey
Copy link
Contributor

Hi👋, please ensure the PR title follows the below standards:

  • PR is titled with conventional commit style naming: type(scope): message. For example: feat(passport): my new feature
  • If you have introduced modification that necessitates immediate adjustments by this SDK's users to their applications, clients, or integrations to avert disruptions to existing features or functionalities, add a ! after the type(scope), for example feat(passport)!: my new breaking feature

Summary

Detail and impact of the change

Added

Changed

Deprecated

Removed

Fixed

Security

Anything else worth calling out?

Parcel 2 with viem was creating broken code-split bundles for the Unity HTML target, causing Cannot find module cMvw3 errors. Added post-build script that uses the complete unreal JS bundle to create a self-contained HTML file for Unity.
Changed HTML source to use script src instead of inline import, which fixes the broken /index.js reference. Updated fix script to inline all JS files including CCIP code for a fully self-contained bundle.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants