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:
Building a ViteJs app for production generates the following warning:
Furthermore the resulting bundle is broken. The UnSub
StoreBaseextends ReSub's, which for whatever reason is declared aslet E = class v { ...way later in the file, leading to a script compile error (temporal deadzone).Related: