Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(development): fix
npm start
file watching (#3922)
A invalid argument (`--w`) was being passed to the babel cli in the grunt task `shell:babel`. This argument has been changed to `--watch` to get the babel cli to watch files for changes as intended.
- Loading branch information