Skip to content

Commit

Permalink
fix(webpack): transform promisify-es
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed May 13, 2016
1 parent e24cbcf commit 116f818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.js
Expand Up @@ -49,7 +49,7 @@ const shared = {
query: babel
}, {
test: /\.js$/,
include: /node_modules\/(hoek|qs|wreck|boom|ipfs)/,
include: /node_modules\/(hoek|qs|wreck|boom|ipfs|promisify-es)/,
loader: 'babel',
query: babel
}, {
Expand Down

0 comments on commit 116f818

Please sign in to comment.