diff options
| -rw-r--r-- | webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
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, }), ] : []), |
