PlasmoHQ / plasmo

🧩 The Browser Extension Framework
https://www.plasmo.com
MIT License
8.84k stars 314 forks source link

[RFC] post-build script in TS 🤑 #993

Open louisgv opened 4 weeks ago

louisgv commented 4 weeks ago

nit: would be nice if this script could also be in TS 🤑 (maybe run it via tsx, or run it via some type of bundling technique (prob overkill for a postbuild script)

Also would be nice if we don't have to use require, and instead use async import instead.

I think we can put this under a future issue