Dschungelabenteuer / vite-plugin-entry-shaking

Mimic tree-shaking behaviour when importing code from an entry file in development mode.
MIT License
124 stars 8 forks source link

"Simple" example not working #33

Closed oriooctopus closed 11 months ago

oriooctopus commented 11 months ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Clone repo and startup "simple example"
  2. Open network panel and search for "Unused.ts"
  3. Expect that this file would not be found since the entry shaking should avoid it, but it is found Screenshot 2023-11-13 at 4 48 15 PM
oriooctopus commented 11 months ago

Actually for some reason this issue is going away. I'm not sure why