浏览代码

Clarify comment

Steven Silvester 4 年之前
父节点
当前提交
b443bb5ee8
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: {