imckl

Results 3 comments of imckl

> You have to use the installer file as an update file to do that. There is no way to do that if you use Zip as an update file....

I've tried to migrate my newly-created typescript hardhat project to ESM, but switch back to CJS cuz there are some issues can't be solved with ease. At first, I encountered...

After some digging, I find it works in production if adding some Plasmo Messaging code in service worker ``` // in background/message/test.ts import type { PlasmoMessaging } from "@plasmohq/messaging" //...