https://github.com/michalkvasnicak/plasmo-incorrect-bundle-reproduction
https://github.com/michalkvasnicak/plasmo-incorrect-bundle-reproduction
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/michalkvasnicak/plasmo-incorrect-bundle-reproduction
- Owner: michalkvasnicak
- Created: 2024-11-22T07:54:41.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-11-22T08:00:33.000Z (5 months ago)
- Last Synced: 2025-02-03T05:50:03.838Z (3 months ago)
- Language: TypeScript
- Size: 984 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

