We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233bbf5 commit 5b9d7deCopy full SHA for 5b9d7de
build/webpack.client.config.js
@@ -48,6 +48,7 @@ if (process.env.NODE_ENV === 'production') {
48
new SWPrecachePlugin({
49
cacheId: 'vue-hn',
50
filename: 'service-worker.js',
51
+ minify: true,
52
dontCacheBustUrlsMatching: /./,
53
staticFileGlobsIgnorePatterns: [/\.map$/, /\.json$/],
54
runtimeCaching: [
0 commit comments