-
|
Hi, I really love what your guys are building here. I want to try with a simple sample but stucked with some error. when I run the esbuild-example, I got following errors: my os is Mac OS 14.2.1 (23C71) Thanks for helping |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
This is a bug in the example's I'm not sure how this regression occurred as this example certainly worked when written, I suppose Chrome tightened what mime types they allow for streaming instantiation in newer versions |
Beta Was this translation helpful? Give feedback.
This is a bug in the example's
http-serverdependency, the file server which serves this example uses the wrongContent-Typeheader. We will update this example's dependency version, in the meantime modifying this example to use the newesthttp-serveris a workaround (14.1.1works for me).I'm not sure how this regression occurred as this example certainly worked when written, I suppose Chrome tightened what mime types they allow for streaming instantiation in newer versions