Skip to content

Commit

Permalink
minify sw-precache output
Browse files Browse the repository at this point in the history
  • Loading branch information
whilelucky committed Jan 27, 2017
1 parent bd726c1 commit e5419ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.client.babel.js
Expand Up @@ -82,6 +82,7 @@ const productionConfig = {
new SWPrecacheWebpackPlugin({
cacheId: 'pwa',
filename: 'js/serviceWorker.js',
minify: true,
}),
],

Expand Down

0 comments on commit e5419ae

Please sign in to comment.