You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for wrapping this tech up on a nice, simple library! I ran into an issue getting it set up:
When I include the project using Webpack, I get a "Module not found: Error: Default condition should be last one" error in the terminal and it breaks my whole build. I tracked it down to this line in the package.json:
Thank you for wrapping this tech up on a nice, simple library! I ran into an issue getting it set up:
When I include the project using Webpack, I get a "Module not found: Error: Default condition should be last one" error in the terminal and it breaks my whole build. I tracked it down to this line in the package.json:
threejs-gif-texture/package.json
Line 26 in 47a4110
If you move this
default
line below thetypes
line, it works.The text was updated successfully, but these errors were encountered: