X-Git-Url: http://these/git/?a=blobdiff_plain;f=webpack.config.js;h=a67ed2ecf12d30ace63cab0975f1a60960860f69;hb=214eae5be57f87afe1905c7fc97a7d03df8dfd5b;hp=0c9806dd549c1b36d424b52214eaf300c941ef45;hpb=b6415f828e735d857c44e70f217f3fa9b3e4c366;p=lemmy-ui.git diff --git a/webpack.config.js b/webpack.config.js index 0c9806d..a67ed2e 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -111,9 +111,6 @@ const createClientConfig = (env, mode) => { new ServiceWorkerPlugin({ enableInDevelopment: mode !== "development", // this may seem counterintuitive, but it is correct workbox: { - modifyURLPrefix: { - "/": `/static/${env.COMMIT_HASH}/`, - }, cacheId: "lemmy", include: [/(assets|styles|js)\/.+\..+$/g], inlineWorkboxRuntime: true,