We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d042a commit 78e06caCopy full SHA for 78e06ca
webpack.config.js
@@ -26,7 +26,7 @@ const htmlWebpackPluginCommon = {
26
};
27
28
// When this changes, the path for all JS files will change, bypassing any HTTP caches
29
-const CACHE_EPOCH = 'gleba';
+const CACHE_EPOCH = 'pentapod';
30
31
const base = {
32
mode: process.env.NODE_ENV === 'production' ? 'production' : 'development',
0 commit comments