django-webpack-loader
django-webpack-loader copied to clipboard
Add AUTO_RELOAD option to WebpackLoader
When CACHE
and AUTO_RELOAD
are set to True, webpack-loader will read the stats file only once and cache the result. Wepback will watch the stats file for any changes (based on the modification time of the file). If the file is changed webpack-loader will automatically pick up any changes made to the stats files but otherwise use the cache.
What is the status of this PR? Looks like it could possibly fix the issue we are having with docker not seeing any of the changes.