Auto build on save Permanently deleted user 创建于 2018年11月13日 21:05 Running a web server in Go and would like it to reload (i.e. build and run) on save -- is this possible within the IDE?
The closest I can get to what I want, is to run these in separate terminals
webpack --watch
webpack-dev-server