Skip to content

Commit

Permalink
Merge pull request #16 from pavelloz/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
goldhand committed Oct 7, 2016
2 parents 3f58243 + a0ce217 commit d699015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module.exports = {
name: 'vendor',
minChunks: Infinity,
filename: 'vendor-[hash].js',
chuncks: ['react', 'redux'],
chunks: ['react', 'redux'],
}),
new SWPrecacheWebpackPlugin(SW_PRECACHE_CONFIG),
], // add all common plugins here
Expand Down

0 comments on commit d699015

Please sign in to comment.