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
I'm currently trying to set up a dev environment for web components with Lit. According to the Lit documentation I have to configure a node conditional export so that an unminified development version is used for easier debugging.
I tried to set the internal Rollup configuration as described in the Snowpack documentation, but I always end up with the production version of the library. What am I missing?
The relevant part of my snowpack.config.js looks like this:
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,
I'm currently trying to set up a dev environment for web components with Lit. According to the Lit documentation I have to configure a node conditional export so that an unminified development version is used for easier debugging.
I tried to set the internal Rollup configuration as described in the Snowpack documentation, but I always end up with the production version of the library. What am I missing?
The relevant part of my
snowpack.config.js
looks like this:Beta Was this translation helpful? Give feedback.
All reactions