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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix install issues, updated rollup & plugins dependencies #138

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

peterkogo
Copy link
Contributor

Fixes #137

Updated rollup and its plugins to newest versions and replaced rollup-plugin-terser with official @rollup/plugin-terser.

Everything should work the same as before. The generated build output only differs by one line, probably due to a updated terser version.

Before:

(global = global || self, global.RBush = factory());

After:

(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.RBush = factory());

@mourner mourner merged commit 482289a into mourner:master Jun 27, 2024
0 of 2 checks passed
@mourner
Copy link
Owner

mourner commented Jun 27, 2024

Apologies for a late response and thanks for the PR — I'll do some follow work on modernizing the repo now and will release it as v4.

@moklick
Copy link

moklick commented Jun 27, 2024

This is huge! Thanks @mourner ✌️

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.

Unable to resolve dependency tree
3 participants