Create React App does not provide watching build mode oficially (#1070).
This script provides watching build mode for an external tool such as Chrome Extensions or Firebase app.
Create a React app.
Put the script into scripts/watch.js.
| ! Swap Alt and Cmd keys. | |
| keycode 37 = Control_L | |
| keycode 133 = Alt_L Meta_L | |
| keycode 64 = Super_L | |
| keycode 108 = Super_R | |
| keycode 134 = ISO_Level3_Shift Multi_key | |
| keycode 105 = Control_R Multi_key | |
| clear Shift | |
| clear Lock | |
| clear Control |
Create React App does not provide watching build mode oficially (#1070).
This script provides watching build mode for an external tool such as Chrome Extensions or Firebase app.
Create a React app.
Put the script into scripts/watch.js.