webpack-encore icon indicating copy to clipboard operation
webpack-encore copied to clipboard

Add support for compile only-if-changed

Open hailwood opened this issue 3 years ago • 3 comments

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!

hailwood avatar Feb 02 '22 22:02 hailwood