nwb icon indicating copy to clipboard operation
nwb copied to clipboard

React Build Watch Mode

Open nahtnam opened this issue 4 years ago • 1 comments

This issue is a:

  • Feature request

I want to build a chrome extension with nwb and react but I need to be able to run the equivalent of webpack build with the --watch flag. Is this something that can be easily exposed?

nahtnam avatar Mar 26 '20 05:03 nahtnam

I think a solution would involve adding a branch here: https://github.com/insin/nwb/blob/master/src/webpackBuild.js#L47 which runs compiler.watch

nahtnam avatar Mar 26 '20 05:03 nahtnam