webpack-encore
webpack-encore copied to clipboard
Add support for compile only-if-changed
It'd be pretty neat if we could have Encore keep a hash of the assets and then when you ask it to compile, only recompile if the hash has changed.
Usecases are things like deployment pipelines where only a php file is changed, having the assets not rebuild would be a major speed boost!