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
I have a simple webpack plugin. and add this to vue.config.js plugins.
And when i build the vue serve, the plugin works.
In this plugin, i will do some aysnc tasks, and the task maybe fail.
However, the task failed, the serve not stops build process.
I expect if task succeed, the build continue. task failed, stop build process.
so have any comand to stop build process in my codes?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a simple webpack plugin. and add this to vue.config.js plugins.
And when i build the vue serve, the plugin works.
In this plugin, i will do some aysnc tasks, and the task maybe fail.
However, the task failed, the serve not stops build process.
I expect if task succeed, the build continue. task failed, stop build process.
so have any comand to stop build process in my codes?
Beta Was this translation helpful? Give feedback.
All reactions