Skip to content

Stop bundler after bundling #4664

Answered by 101arrowz
nickramos94 asked this question in General
Discussion options

You must be logged in to vote

If you're not running with NODE_ENV set to 'production', Parcel defaults to watching the files for changes and rebuilding on change, so it won't ever terminate on its own.

To fix this, just add watch: false in options or (preferably, since it seems you are building in production anyway) set NODE_ENV to 'production'.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mischnic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants