-
-
Notifications
You must be signed in to change notification settings - Fork 226
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
support ESM module #193
Comments
I've created PR to address this |
I am not sure if this package is supported, so I published my fork with these changes |
can we get this merged in? we're using |
@nomcopter This is becoming a bigger and bigger issue as time goes on as a large chunk, if not most of industry has moved over to ESM. It would be great if you could check out either of the two PR proposals. As a side note @Lonli-Lokli , Ive tried using your published fork and cant seem to get it working |
@MrSimmmons you should remove |
@Lonli-Lokli That also fails and says that |
@MrSimmmons are you using webpack? If so, which version? I think you are using legacy Webpack4, which does not support exports field |
@Lonli-Lokli Im using nextjs 14 which uses webpack 5 |
@Lonli-Lokli Couldn't figure it out, did a computer restart and now its working. |
Yep, I will take a look next week when return home. I had just browser project, didn't test with Node. |
@MrSimmmons Can you try |
Am away atm, will try it out when I get back around the 14th. |
Thanks for the work here all - I should have time to dive into this over the next couple weeks. My biggest priority finding a way to make it the least breaking for existing CJS users as possible and so need to get the right test repos up and running. Will check out the PRs and forks as well! |
some update for myself, im using https://github.com/bvaughn/react-resizable-panels right now. even though it's more low level api but it's well maintained |
Still on my list, but will likely be a few more weeks before I can get to this, thanks for your patience or I hope another lib works for you! |
The text was updated successfully, but these errors were encountered: