Michael H

Results 111 comments of Michael H

Fixed in [`v1.1.37`](https://bun.sh/blog/bun-v1.1.37#fixed-errors-printing-twice-in-watch-or-hot-mode)!

Ah ok it was reproducible on windows and was fixed then so i assumed, i will reopen now though.

Yeah its very new (like last few days), there is another one with similar name that does show up, but its way older and is doing different things. Also with...

It appears that right now the plugin lives in a fork: https://github.com/zackradisic/tailwindcss/tree/next/packages/%40tailwindcss-bun-plugin

Btw it's not `workspace.catalogs.prod` instead bun uses `package.json` like other workspace configs (also it was added in [bun v1.2.14](https://bun.com/blog/bun-v1.2.14#catalogs-in-bun-install)). see docs or below for some examples https://bun.sh/docs/pm/catalogs ```jsonc // package.json...

I believe you can use [`--drop=console.trace`](https://bun.com/docs/bundler/minifier#drop-console-calls) (should be a bunfig option too), where you can manually delete their usage in bundle stage (ie before JS is even ran!)

The wsl issue may be from the shell expansion there. To test this you can try running `echo ./dist/**/*.html`. The code for this is in https://github.com/oven-sh/bun/blob/main/src/js/internal/html.ts and it looks like...

Do you face this issue on other cloudflare proxied sites?

- looks like this was fixed by https://github.com/mdn/browser-compat-data/pull/28441 🎉 [](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array/toBase64#browser_compatibility)

Can confirm your results. Also if you `--bun` it works close enough, so its something with the Bun running node script. And if I escape the quotes it works again,...