-
Notifications
You must be signed in to change notification settings - Fork 227
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
Your project is unusable #347
Comments
up, I face the same error. in my case it works while i am still coding with typescript, but after i transpile the code to javascript to a folder |
Same here. It works when I bundle my project with tsup, but fails with esbuild. Can probably provide some more information if needed to debug this. I believe it's probably an issue with the bundler and not the library itself. |
this package uses swagger-ui-dist which contains the static UI assets (CSS & JS) it serves those assets directly from inside the node_modules using the method so you may face issues during bundling as these assets aren't explicitly imported, hence the 404 issues (@joaocasarin) |
|
The text was updated successfully, but these errors were encountered: