From 656c9427583abeb723ce76a39163fb4ee10691fd Mon Sep 17 00:00:00 2001 From: bucko13 Date: Fri, 24 Aug 2018 13:57:13 -0700 Subject: [PATCH] remove bcrypto/compat --- webpack.app.js | 3 +-- webpack.browser.js | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/webpack.app.js b/webpack.app.js index e32b62da2..db860174d 100644 --- a/webpack.app.js +++ b/webpack.app.js @@ -18,8 +18,7 @@ module.exports = { }, resolve: { modules: ['node_modules'], - extensions: ['-browser.js', '.js', '.json'], - alias: require('bcrypto/compat') + extensions: ['-browser.js', '.js', '.json'] }, plugins: [ new webpack.DefinePlugin({ diff --git a/webpack.browser.js b/webpack.browser.js index 1a5c37fe4..5a8eeb119 100644 --- a/webpack.browser.js +++ b/webpack.browser.js @@ -20,8 +20,7 @@ module.exports = { }, resolve: { modules: ['node_modules'], - extensions: ['-browser.js', '.js', '.json'], - alias: require('bcrypto/compat') + extensions: ['-browser.js', '.js', '.json'] }, plugins: [ new webpack.DefinePlugin({