How to interrupt webpack build process? -
i've got webpack2 dev-server bundling continuously each file change. if bundle big, takes 4-5sec build it.
so, if change file, webpack triggers 4-5sec build process. if make changes in period, build process never stops waits finish, , starts new 1 fresh changes.
is there way interrupt build process, new changes start new build process , kill running one?
Comments
Post a Comment