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
module.exports=merge(common,{watch: true// Other stuff...});
Having watch mode left on in your config makes the build output window appear to hang without any errors. Seems obvious why this would be the cause now, but it took several hours to work out.
Perhaps having this issue within reach of an internet search is the only fix needed really.
Otherwise the extension works great for us, thanks!
The text was updated successfully, but these errors were encountered:
Like #65 this was my own stupid mistake:
Having watch mode left on in your config makes the build output window appear to hang without any errors. Seems obvious why this would be the cause now, but it took several hours to work out.
Perhaps having this issue within reach of an internet search is the only fix needed really.
Otherwise the extension works great for us, thanks!
The text was updated successfully, but these errors were encountered: