Richard Poelderl
Richard Poelderl
Excited for this. I’m not sure if plasmo should remain un-opinionated (maybe limiting this to providing a with-example that works with webextension-polyfill & webext-bridge), or abstract all of this away...
@ColdSauce I've updated an [example repo](https://github.com/p6l-richard/plasmo-extension) that outlines this issue & show cases the error I had encountered. I think this case is tricky especially when using `webext-bridge`.
I'm posting Loom's use case as which has the following features: - inject a portal container to the content-script - inject a ui element to the content-script - this ui...
@jlalmes I'm using a React Portal for this use case so that I can sync the state with React. I think this is in this case possible (or even easier)...
> TODO: > > * [ ] Add canonical from [https://app.cal.com/[user]/[type]](https://app.cal.com/%5Buser%5D/%5Btype%5D) > * [ ] Add canonical from [https://app.cal.com/[user]](https://app.cal.com/%5Buser%5D) > * [ ] Add canonical from [https://app.cal.com/team/[team]/[type]](https://app.cal.com/team/%5Bteam%5D/%5Btype%5D) > * [...
> on self-hosters this should be {BASE_URL}? changed to: ```ts // build the canonical url to ensure it's always cal.com (not app.cal.com) const router = useRouter(); const calcomUrl = (`https://cal.com`...
Here is a [Google Sheet](https://docs.google.com/spreadsheets/d/14dGnNu2dziS1ua50MuPaZpkb9UerMGHm_yOB8KLSWTM/edit#gid=1871090508) that contains pages that haven't been indexed by Google. Now, that we have the canonical implemented, these are perfect to see if Google respects our...
I had an issue in a monorepo with Expo as I need to set `node-liner=hoisted` in order for expo to work with pnpm. AFAIK the symbolic links of pnpm break...
> > For webpack 4, throws too many errors: > > ``` > > Module build failed (from ./node_modules/es3ify-loader/index.js): > > Error: Parse Error: Line 7: Illegal import declaration >...