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.
It feels, that
deps-loadermust reemit a new dependencies tree when any of project's.deps.jsfile has been changed, sowebpack-dev-server(or any other solutions) could rebuild a bundle.Currently, one have to rebuild the whole project manually when changing
deps.jsfiles of adding a newdeps.jsto the project. And it takes about 20 secs to build only.jsand.stylbundles for not really big project (>200 blocks/mods/elems).I believe thinks like
webpack-dev-serverallow to do a partial rebuild so the build time should reduce dramatically.