From 686cfd33200e4c88e3da7190fcaaadd4ac3cb2d5 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 2 Jun 2018 12:02:32 +0200 Subject: SW path typo --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js index b36ac0b..457b2de 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -46,7 +46,7 @@ module.exports = { ].concat(process.env.NODE_ENV == 'production' ? [ new SWPrecacheWebpackPlugin({ cacheId: 'brokentalents-1', - filepath: '../service-worker.js', + filepath: './service-worker.js', minify: true, }), ] : []), -- cgit v1.3.1