dvdzkwsk / react-redux-starter-kit

Get started with React, Redux, and React-Router.
MIT License
10.28k stars 2.2k forks source link

How to watch compile script? #1312

Closed abzfarah closed 7 years ago

abzfarah commented 7 years ago

How can I get the compile script to keep running, detecting changes, and repeating??

From the way its written it looks a bit complicated to do. I tried to set the watch config in webpack to true without effect.

abzfarah commented 7 years ago

Seems like the solution is

webpack --config build/webpack.config.js