Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 834 Bytes

File metadata and controls

28 lines (15 loc) · 834 Bytes

Using build_runner in watch mode

Did you know that you can run build_runner in "watch" mode?

This will start a persistent build server that watches the file system for edits and rebuilds as necessary.

Works great with hot-reload as the server will re-generate the required files on save. 🔥


This is not some hidden gem. 💎

It's right there on the usage instructions for the package: 😅


Found this useful? Show some love and share the original tweet 🙏


Previous Next
Functions as arguments (with tear-off) Enable sticky scroll in VSCode