Tom Riley

Results 6 comments of Tom Riley

@calclavia's solution above fixed this for me in parcel v2.7.0. I did not also need to use `--no-content-hash` to prevent the error.

I managed to remove the problem code by upgrading or removing some packages which use regenerator-runtime, detailed here: https://github.com/babel/babel/issues/13574#issuecomment-886902873 It was not a problem with babel, as I originally thought.

> both are valid and this _finally_ allows truly cross-browser extension packaging with Parcel. This is great news! Official docs from Chrome about their MV3 manifest accepting the MV2 background...

I believe that by default, the data is stored in memory only and only shared across the extension parts using message communication. If you want to persist across reloads, you...

Is this update going to be accepted? If not, could someone confirm if `ajv-cli` has been abandoned or not? We need to move to something else if this can't be...

I'm using `config-webextension` and (as given as [example in the docs](https://parceljs.org/recipes/web-extension/#getting-started)) have set `background.type` as `"module"` in `manifest.json` along side the service worker entry point. Now I need to make...