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

Cannot find module 'simple-svelte-autocomplete' with 2.2.1 and Meteor #104

Closed
Prinzhorn opened this issue Aug 31, 2021 · 3 comments
Closed

Comments

@Prinzhorn
Copy link

Bundling is hard 😭

2.2.1 broke Meteor compatibility, probably something here 38f3489#diff-6814bf77564b4f1c92f5861e184e28fe217c080a047fefa8b73a728f755ec45c

With 2.1.0 this module was kind of working, but broke when unmounting (sveltejs/svelte#3165). But that seems to be an issue on my (Meteor's) end, because of meteor/meteor#11030 (I end up with two Svelte instances)

Now with 2.2.1 this module doesn't work at all and I don't know who's at fault? The steps I've provided here meteor/meteor#11030 (comment) reproduce it.

modules-runtime-hot.js?hash=d12281259a6cee99786429a66f76b05f13449c7f:234 Uncaught Error: Cannot find module 'simple-svelte-autocomplete'
    at makeMissingError (modules-runtime-hot.js?hash=d12281259a6cee99786429a66f76b05f13449c7f:234)
    at Module.resolve (modules-runtime-hot.js?hash=d12281259a6cee99786429a66f76b05f13449c7f:249)
    at Module.moduleLink [as link] (modules.js?hash=858a75f4e9c6105c842d8a28c7704e50a23eb465:303)
    at app.js?hash=5636eb314611ebaa5256c10409853910a67afb9b:114
    at module (app.js?hash=5636eb314611ebaa5256c10409853910a67afb9b:494)
    at fileEvaluate (modules-runtime-hot.js?hash=d12281259a6cee99786429a66f76b05f13449c7f:388)
    at Module.require (modules-runtime-hot.js?hash=d12281259a6cee99786429a66f76b05f13449c7f:270)
    at Module.moduleLink [as link] (modules.js?hash=858a75f4e9c6105c842d8a28c7704e50a23eb465:310)
    at module (main.js:1)
    at fileEvaluate (modules-runtime-hot.js?hash=d12281259a6cee99786429a66f76b05f13449c7f:388)
@pstanoev
Copy link
Owner

Ups, sorry yes, I messed up the rollup config by mistake.
Version 2.2.2 is on the way.

@pstanoev
Copy link
Owner

Fixed in 2.2.3.

@Prinzhorn
Copy link
Author

Thanks

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

2 participants