docs icon indicating copy to clipboard operation
docs copied to clipboard

How to do incremental build when it recompiled

Open martinko2009 opened this issue 9 years ago • 0 comments

Environment

My OS is win7.I use webpack-dev-server 1.14.1.

I know webpack-dev-server will watch the source files which are changed.After these files are changed, webpack-dev-server will recompile by doing incremental build.

But I find it still recompile by doing full build. I want to know how to do incremental build when recompile.

I use command line style to start webpack-dev-server.Here is the command like below

webpack-dev-server --inline --hot --progress --port 9090

I still use the webpack.config.js

martinko2009 avatar Feb 01 '17 13:02 martinko2009