I'm not sure if this plugin in production ready yet, but it seems that it removed functions that I'm definitely using.
Using import to get the modules, but running babel as a browserify transform, so that should rewrite everything to require.
seems that most of the incorrectly removed functions are from the crypto-browserify package.
I'm not sure if this plugin in production ready yet, but it seems that it removed functions that I'm definitely using.
Using import to get the modules, but running babel as a browserify transform, so that should rewrite everything to require.
seems that most of the incorrectly removed functions are from the
crypto-browserifypackage.