infinum / webpack-asset-pipeline

🚀 A missing link for the asset pipeline alternative with Webpack.
https://infinum.co/the-capsized-eight/squeezing-webpack-into-backend-frameworks
MIT License
30 stars 5 forks source link

Fix a bug where the unreferenced files would still be in the manifest #4

Closed DarkoKukovec closed 8 years ago

DarkoKukovec commented 8 years ago

Since the extraneous variable was set only in the apply method and reused afterwards, the unreferenced files wouldn't be removed until webpack was restarted. This is a potential problem when used with dev server or watch option.

andreicek commented 8 years ago

Thanks! 🎉 Will be released v1.0.0 on Monday.