diff --git a/polyfills/crypto-browserify.js b/polyfills/crypto-browserify.js index 46b99cb..7549c43 100644 --- a/polyfills/crypto-browserify.js +++ b/polyfills/crypto-browserify.js @@ -1,4 +1,4 @@ -import buffer$1 from 'buffer'; +import * as buffer$1 from 'buffer'; import stream from 'stream'; import string_decoder from 'string_decoder'; import crypto$1 from 'crypto';