Jonathan Ruffles
Jonathan Ruffles
Getting this error when running ``plasmo build --target=chrome-mv3`` in a GitHub CI. Is this project still maintained? Last commit to main 3 months ago, and I'm not seeing many responses...
> However, this framework has been a godsend. I agree. But dropping off the face of the earth for 3 months is a sign to steer clear. And I don't...
@ahmedazizkhelifi > I'm using GitHub CI/CD to build the extension Is this on version 0.78.0? Or latest?
Might not be the place to post, but downgrading to 0.78.0 gives me this error when trying to build.
Short term fix for GitHub CI (Or I guess any CI) is to change your build OS to windows. I'm using ``windows-latest``and it seems to build fine. Will update with...
So, I've done some further investigating... What I did was work my way from a fresh install, slowly copying things over until something broke: 1. Create a new testing branch...
Hi everybody, Unfortunately it looks like this is an upstream issue on the latest version of Parcel, which is a package we use. We may have to wait until https://github.com/parcel-bundler/parcel/issues/10081...
Hi guys, Referencing [this issue](https://github.com/parcel-bundler/parcel/issues/10081#issuecomment-2736266818), this can be fixed by following these steps: 1. Add ``cross-env`` package to your plasmo project, by running either ``npm install --save-dev cross-env``, ``yarn add...