django-webpack-loader icon indicating copy to clipboard operation
django-webpack-loader copied to clipboard

Add AUTO_RELOAD option to WebpackLoader

Open shanx opened this issue 6 years ago • 1 comments

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.

shanx avatar Jun 08 '18 15:06 shanx

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.

detectedstealth avatar Oct 31 '18 16:10 detectedstealth