summaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2018-06-02 12:02:32 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2018-12-13 17:09:11 +0100
commit686cfd33200e4c88e3da7190fcaaadd4ac3cb2d5 (patch)
tree568fcc536b8183038b2a6bb8bd7fce721bf00de5 /webpack.config.js
parent95a722288dca692e2d063803510e685739d3edcd (diff)
downloadbrokentalents-686cfd33200e4c88e3da7190fcaaadd4ac3cb2d5.tar.gz
brokentalents-686cfd33200e4c88e3da7190fcaaadd4ac3cb2d5.zip
SW path typo
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js2
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,
}),
] : []),