An open API service indexing awesome lists of open source software.

https://github.com/michalkvasnicak/plasmo-incorrect-bundle-reproduction


https://github.com/michalkvasnicak/plasmo-incorrect-bundle-reproduction

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

This repo contains a reproduction of a compilation bug where plasmo outputs same variable `_utils` twice with different values therefore causing the code to fail in runtime.

## Debug

Run `pnpm dev` and load unpacked extension in Chrome. Then right click on extension and run `Inspect popup` to see the console output.

![](./screenshot-01.png)

![](./screenshot-02.png)