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
{{ message }}
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
I am curious as to why .then(() => process.exit(0)) needs to be chained off of the api command. As long as the catch does not hit, the process will already exit with a 0, correct?
This also has consequences of stopping execution of various plugins. For example BundleAnalyzer executes after webpack has compiled.
The text was updated successfully, but these errors were encountered:
I am curious as to why
.then(() => process.exit(0))
needs to be chained off of the api command. As long as the catch does not hit, the process will already exit with a 0, correct?This also has consequences of stopping execution of various plugins. For example BundleAnalyzer executes after webpack has compiled.
The text was updated successfully, but these errors were encountered: