Skip to content

Commit

Permalink
Update cache epoch to match what production has used since August
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Nov 3, 2024
1 parent e2d042a commit 78e06ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const htmlWebpackPluginCommon = {
};

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

const base = {
mode: process.env.NODE_ENV === 'production' ? 'production' : 'development',
Expand Down

0 comments on commit 78e06ca

Please sign in to comment.