Skip to content

Commit 116f818

Browse files
fix(webpack): transform promisify-es
1 parent e24cbcf commit 116f818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/webpack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const shared = {
4949
query: babel
5050
}, {
5151
test: /\.js$/,
52-
include: /node_modules\/(hoek|qs|wreck|boom|ipfs)/,
52+
include: /node_modules\/(hoek|qs|wreck|boom|ipfs|promisify-es)/,
5353
loader: 'babel',
5454
query: babel
5555
}, {

0 commit comments

Comments
 (0)