Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adaptive fix #334

Merged
merged 4 commits into from
Sep 24, 2023
Merged

Adaptive fix #334

merged 4 commits into from
Sep 24, 2023

Conversation

o0101
Copy link
Collaborator

@o0101 o0101 commented Sep 24, 2023

No description provided.

issues where:

in latest updates of either swc-optimizer or terser or parcel

it is now blocking some of our bang/good.html framework code by saying with statement not allowed in use strict
however our code works fine and this is a limitation not of js but of the bunlder.
so i turned off optimizations with --no-optimize on parcel to stop using terser
and also updated the parcel cache directory that need to be removed in order to force rebuild

Other issues

Also adding a fanout message when we have bandwidth issues to be able to display some UI on the client to indicate this
@o0101 o0101 merged commit 8a470e2 into boss Sep 24, 2023
3 checks passed
@o0101 o0101 deleted the adaptive-fix branch September 24, 2023 02:38
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.

None yet

1 participant