Build watch mode
See original GitHub issuevite build --watch
- defaults to
development
mode
Use Cases
- Debugging cases that involve build-only plugins
- Debugging in legacy browsers w/ plugin-legacy
- Chrome extensions / electron?
Relevant API
Issue Analytics
- State:
- Created 3 years ago
- Reactions:37
- Comments:22 (6 by maintainers)
Top Results From Across the Web
Watch and WatchOptions | webpack
Turn on watch mode. This means that after the initial build, webpack will continue to watch for changes in any of the resolved...
Read more >Using watch mode - Rush.js
Rush's multi-project "watch mode" formalizes this basic idea, replacing the simple loop with an optimized chokidar filesystem monitor. How you enable Rush multi ......
Read more >Watch Mode - StealJS
steal-tools includes a watch mode (using the --watch flag in the cli) in its build command (also known as continuous builds).
Read more >Angular: Watch Build for Changes - JavaScript in Plain English
Using build --watch script ... You may use the watch option on Angular build for updating the output as and when developers make...
Read more >Documentation - Configuring Watch - TypeScript
How to configure the watch mode of TypeScript. ... Compiler supports configuring how to watch files and directories using compiler flags in TypeScript...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I did not get time to finish it yet, I can take time in the end of the week to merge with master and finish it
This would be a very useful feature for library mode when building UI components library 🚀