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

Error bundling a ViteJs app for release #8

Open
Inve1951 opened this issue Jul 16, 2024 · 0 comments
Open

Error bundling a ViteJs app for release #8

Inve1951 opened this issue Jul 16, 2024 · 0 comments

Comments

@Inve1951
Copy link
Owner

Building a ViteJs app for production generates the following warning:

node_modules/unsub/dist/UnSub.module.js (114:72): "DeepEqualityShouldComponentUpdate" is not exported by "node_modules/resub/dist-es2015/ReSub.js", imported by "node_modules/unsub/dist/UnSub.module.js".

Furthermore the resulting bundle is broken. The UnSub StoreBase extends ReSub's, which for whatever reason is declared as let E = class v { ... way later in the file, leading to a script compile error (temporal deadzone).

Related:

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

No branches or pull requests

1 participant