diff options
Diffstat (limited to 'webpack.config.js')
| -rw-r--r-- | webpack.config.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js index 69363f9..25ad82c 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -49,7 +49,12 @@ module.exports = { new SWPrecacheWebpackPlugin({ cacheId: 'brokentalents-1', filepath: './service-worker.js', - staticFileGlobs: ['index.html', 'dist/**/*'], + staticFileGlobs: [ + 'index.html', + 'dist/**/*', + 'data/*/report.json', + 'data/*/metadata.json', + ], minify: true, }), new PurgecssPlugin({ |
