Skip to content

Commit 78e06ca

Browse files
committed
Update cache epoch to match what production has used since August
1 parent e2d042a commit 78e06ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const htmlWebpackPluginCommon = {
2626
};
2727

2828
// When this changes, the path for all JS files will change, bypassing any HTTP caches
29-
const CACHE_EPOCH = 'gleba';
29+
const CACHE_EPOCH = 'pentapod';
3030

3131
const base = {
3232
mode: process.env.NODE_ENV === 'production' ? 'production' : 'development',

0 commit comments

Comments
 (0)