Bladeren bron

Clarify comment

Steven Silvester 4 jaren geleden
bovenliggende
commit
b443bb5ee8
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      dev_mode/webpack.prod.config.js

+ 1 - 1
dev_mode/webpack.prod.config.js

@@ -8,7 +8,7 @@ config[0] = merge(config[0], {
   devtool: 'source-map',
   output: {
     // Add version argument when in production so the Jupyter server
-    // does not cache the files the static file handler.
+    // allows caching of files (i.e., does not set the CacheControl header to no-cache to prevent caching static files)
     filename: '[name].[contenthash].js?v=[contenthash]'
   },
   optimization: {