Replies: 1 comment 2 replies
-
Hello, thank you for your comment. Normally, there shouldn't be any problem in the bundling (even with webpack). Maybe if you could provide a little more context/details on the error received or a screenshot which would help to diagnose/troubleshoot exactly. There are no special steps to follow if you are using ESM to import the library and then build your app (which is your use-case). For using the library in the browser via a CDN, I'd recommend using the UMD version of the library. Thanks! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, thank you for maintaining this project. I am using it in a laravel project that uses mix (webpack) for bundling. The 4.25.0 release breaks the bundling presumably because of the migration from webpack to vite. What are your migration recommendations?
Beta Was this translation helpful? Give feedback.
All reactions