Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Bring smaller bundle size fix to 5.2 (#117) #118

Merged
merged 1 commit into from
Feb 23, 2023
Merged

Bring smaller bundle size fix to 5.2 (#117) #118

merged 1 commit into from
Feb 23, 2023

Conversation

lukehb
Copy link
Contributor

@lukehb lukehb commented Feb 23, 2023

  • Changed Github actions to first do npm ci, then npm link

  • Modified package to not bundle library dependencies into library JS

  • Added: webpack config to build both umd and esm versions of the frontend library

  • Changed package run to first do npm ci, then npm link also for implementation, since now it has the libraries as dependencies

  • Updated package-lock

  • Switch the order of npm link commands because the order matters

* Changed Github actions to first do `npm ci`, then `npm link`

* Modified package to not bundle library dependencies into library JS

* Added: webpack config to build both umd and esm versions of the frontend library

* Changed package run to first do `npm ci`, then `npm link` also for implementation, since now it has the libraries as dependencies

* Updated package-lock

* Switch the order of `npm link` commands because the order matters
@lukehb lukehb merged commit ed82af7 into UE5.2 Feb 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants