Closed abzfarah closed 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.
Seems like the solution is
webpack --config build/webpack.config.js
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.