You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting an error in rollup when building with miniplex.
It is strange as I see Event in the eventery library source.
Would you know why that error could happen?
Thank you
[!] RollupError: node_modules/.pnpm/@[email protected]/node_modules/@miniplex/bucket/dist/miniplex-bucket.esm.js (1:9): "Event" is not exported by "node_modules/.pnpm/[email protected]/node_modules/eventery/dist/eventery.cjs.js", imported by "node_modules/.pnpm/@[email protected]/node_modules/@miniplex/bucket/dist/miniplex-bucket.esm.js".
https://rollupjs.org/troubleshooting/#error-name-is-not-exported-by-module
node_modules/.pnpm/@[email protected]/node_modules/@miniplex/bucket/dist/miniplex-bucket.esm.js (1:9)
1: import { Event } from 'eventery';
The text was updated successfully, but these errors were encountered:
I'm getting an error in rollup when building with miniplex.
It is strange as I see
Event
in theeventery
library source.Would you know why that error could happen?
Thank you
The text was updated successfully, but these errors were encountered: