Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warn when watch mode is turned on #84

Closed
seanjmalone opened this issue Sep 12, 2018 · 1 comment
Closed

Warn when watch mode is turned on #84

seanjmalone opened this issue Sep 12, 2018 · 1 comment

Comments

@seanjmalone
Copy link

Like #65 this was my own stupid mistake:

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!

@jkanczler
Copy link
Member

Thanks for mentioning this. Closing the issue as I'm going to fix this as a part of #65. See my suggestion there to provide feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants