-
Notifications
You must be signed in to change notification settings - Fork 216
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
webpack module not found #480
Comments
Hello what version of webpack are you using ? |
This comment was marked as off-topic.
This comment was marked as off-topic.
I've got the same problem with a player trying to load the lib with dynamic import in a nextjs project. Need to bundle the lib :( |
I had to do the same in another project for another library and I used rollup, should I use the same approach or do you know if there's a way to do it directly with webpack? |
Ok found here https://github.com/dailymotion/vast-client-js/blob/c1c8b42f96c2bb695fbc435bf5a2750fb501f6e8/docs/api/vast-client.md#addurltemplatefilterfilter also to fix my other problem, vastClientInstance.addURLTemplateFilter |
Hi,
since I updated to version 6.0.1, webpack is no longer able to build the bundle because of this errors
I'm importing VASTClient and VASTracker in this way
using this settings for webpack with babel
any idea?
The text was updated successfully, but these errors were encountered: