asfktz / autodll-webpack-plugin

Webpack's DllPlugin without the boilerplate
MIT License
1.46k stars 80 forks source link

hook for knowing when it's building #118

Open JacobBlomgren opened 6 years ago

JacobBlomgren commented 6 years ago

I'm writing a CLI project that uses this package. I wonder if there's a hook or some way for me to know when Autodll is doing a full rebuild, so that I can output some information for my consumers explaining while the build takes extra long time.