You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we use a monorepo with pnpm and webpack, and we want switch to snowpack. There are some things which stop us. One of them is that unused exports are not removed. We have helpers with frontend/backend abstraction. At the core like following repro https://github.com/Bessonov/snowpack-remove-unused :
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello snowpacker,
we use a monorepo with pnpm and webpack, and we want switch to snowpack. There are some things which stop us. One of them is that unused exports are not removed. We have helpers with frontend/backend abstraction. At the core like following repro https://github.com/Bessonov/snowpack-remove-unused :
frontend
function is used.backend
-function and thefs
-import should be removed.Is there any way to achieve that?
Beta Was this translation helpful? Give feedback.
All reactions