Dschungelabenteuer / vite-plugin-entry-shaking

Mimic tree-shaking behaviour when importing code from an entry file in development mode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Simple" example not working

oriooctopus opened this issue · comments

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

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