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
Currently, watch: true on this plugin states that it needs build({wach: true}) however watch: true is not an option when using the js api. instead one must do:
esbuild.context(opts).then((ctx)=>{ctx.watch();})
however when doing it this way the plugin complains that watch is not true
jerrychan7, phloe, chrswk, maxd, UFOMelkor and 1 more