Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
fix(webpack_config/client.webpack.prod): remove safeToUseOptionalCach…
Browse files Browse the repository at this point in the history
…es from OfflinePlugin
  • Loading branch information
Metnew committed Aug 11, 2017
1 parent cc8555c commit b99b987
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack_config/client/webpack.prod.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ base.plugins.push(
}),
new OfflinePlugin({
publicPath: '/',
safeToUseOptionalCaches: true,
caches: {
main: [
'vendor.*.js',
Expand Down

0 comments on commit b99b987

Please sign in to comment.