PlasmoHQ / plasmo

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

[BUG] The build did not use tree-shaking, and unused code was also packaged #904

Open Kcium opened 7 months ago

Kcium commented 7 months ago

What happened?

  1. As shown in the following figure, there are two enumeration values in the constants file.
  2. The ABC enumeration is referenced in background.ts.
  3. However, the EFG enumeration value will also be present in the file after the build is built.
image image image

Version

Latest

What OS are you seeing the problem on?

MacOSX

What browsers are you seeing the problem on?

Chrome

Relevant log output

No response

(OPTIONAL) Contribution

Code of Conduct