diff options
Diffstat (limited to 'webpack.config.js')
| -rw-r--r-- | webpack.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.config.js b/webpack.config.js index 457b2de..0b61aba 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -47,6 +47,7 @@ module.exports = { new SWPrecacheWebpackPlugin({ cacheId: 'brokentalents-1', filepath: './service-worker.js', + staticFileGlobs: ['index.html', 'dist/**/*'], minify: true, }), ] : []), |
