You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
It feels, that
deps-loader
must reemit a new dependencies tree when any of project's.deps.js
file 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.js
files of adding a newdeps.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.The text was updated successfully, but these errors were encountered: