refactor(core): Use wildcard ESM import for papaparse - #6912
Conversation
|
✅ Deploy Preview for refine-doc-live-previews ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
I made this a draft b/c i had to patch papaparse AMD wrapper itself. The root is both using CJS code and that vite isnt pre-processing this dep correctly after a lot of different thing tried. refine has multiple dependencies like this. I now have refine loading in a dev server properly but it required a lot of patching... I am unsure what the actual best approach to solve all of this would be since some upstreams are abandoned and some maintainers are resistant to ESM. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
PR Checklist
Please check if your PR fulfills the following requirements:
Bugs / Features
What is the current behavior?
What is the new behavior?
fixes #6909
Notes for reviewers