Jonathan Ruffles

Results 28 comments of Jonathan Ruffles

Hi @NoureddinBakir. Please provide the error you are receiving. Otherwise it's difficult to understand the issue you're experiencing.

> Realy cool idea. Vite is amazing tool. How long might it take to get this into production? Thanks, This branch is simply a playground to see if it would...

Hi @flexchar, thanks for your comment. > Have you considered looking into Bun as a compiler too? I have not, but it's definitely an option. Will look into it >...

Hi, Could you please try the latest version of plasmo and get back to us if you are still experiencing issues. You should be able to change this line: ```json...

@pythys @PerryFinn Please try to upgrade to plasmo 0.90.2 and see if that fixes your issue. We believe it was caused by an upstream issue with sharp

> OK I think I solved by simply excluding sharp and nothing else. This is my exact code to solve in package.json: > > ``` > "pnpm": { > "onlyBuiltDependencies":...

Hi @dowithless, could you make a minimal reproduction so we could take a look?

Hi, thanks for this. Quick question, are you missing a ``@tailwindcss/typography`` import on globals.css? Some of the examples use the ``prose`` class, which is only available in this package.

Interesting, so if I remove these blocks from my wrangler.jsonc file, then it works fine. This seems like a bug, as in the GitHub Action logs, it says that 2...

Hi, by chance is this a project in a monorepo? If so, please could you try to upgrade to ``0.90.0`` and change your react targets to ``19`` and see if...