Auto build on save

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?

0
1 comment
Avatar
Permanently deleted user

The closest I can get to what I want, is to run these in separate terminals

webpack --watch
webpack-dev-server

0

Please sign in to leave a comment.