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
There are often times when it's useful to know, inside a config file, whether Rollup is in --watch mode. An easy way to achieve this would be with a process.env.ROLLUP_WATCH variable.
There are often times when it's useful to know, inside a config file, whether Rollup is in
--watchmode. An easy way to achieve this would be with aprocess.env.ROLLUP_WATCHvariable.Ref rollup/rollup-watch#48