Skip to content

Commit

Permalink
Step 13.16: Ignore sharp package on client side
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and darkbasic committed Jun 13, 2017
1 parent 02b582a commit 3ce9b04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webpack.config.js
Expand Up @@ -21,6 +21,9 @@ module.exports = {
},

externals: [
{
sharp: '{}'
},
resolveExternals
],

Expand Down

0 comments on commit 3ce9b04

Please sign in to comment.