Skip to content
This repository has been archived by the owner on Aug 8, 2019. It is now read-only.

How to do incremental build when it recompiled #94

Open
martinko2009 opened this issue Feb 1, 2017 · 0 comments
Open

How to do incremental build when it recompiled #94

martinko2009 opened this issue Feb 1, 2017 · 0 comments

Comments

@martinko2009
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant