You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have various use cases where I would like to use create-react-app as part of my build toolchain.
Currently, create-react-app allows me to build the bundle, or run a webpack dev server. Unfortunately, webpack dev server does not write to disk, and the build task does not support watching for changes.
Is it possible to run the CRA build task as a watcher? If so, how?
The text was updated successfully, but these errors were encountered:
I have various use cases where I would like to use create-react-app as part of my build toolchain.
Currently, create-react-app allows me to build the bundle, or run a webpack dev server. Unfortunately, webpack dev server does not write to disk, and the build task does not support watching for changes.
Is it possible to run the CRA build task as a watcher? If so, how?
The text was updated successfully, but these errors were encountered: