Skip to content

Commit

Permalink
Step 13.17: 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 Oct 16, 2017
1 parent decc114 commit 860bf9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webpack.config.js
Expand Up @@ -81,6 +81,9 @@ var devConfig = {
},

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

Expand Down

0 comments on commit 860bf9c

Please sign in to comment.