Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps-loader doesn't work properly with webpack-dev-server #1

Open
narqo opened this issue Apr 9, 2016 · 0 comments
Open

deps-loader doesn't work properly with webpack-dev-server #1

narqo opened this issue Apr 9, 2016 · 0 comments

Comments

@narqo
Copy link

narqo commented Apr 9, 2016

It feels, that deps-loader must reemit a new dependencies tree when any of project's .deps.js file has been changed, so webpack-dev-server (or any other solutions) could rebuild a bundle.

Currently, one have to rebuild the whole project manually when changing deps.js files of adding a new deps.js to the project. And it takes about 20 secs to build only .js and .styl bundles for not really big project (>200 blocks/mods/elems).

I believe thinks like webpack-dev-server allow to do a partial rebuild so the build time should reduce dramatically.

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

No branches or pull requests

1 participant