Open mdellanave opened 1 month ago
Hello what version of webpack are you using ?
same here
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'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?
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?