Skip to content

Commit

Permalink
remove bcrypto/compat
Browse files Browse the repository at this point in the history
  • Loading branch information
bucko13 committed Aug 24, 2018
1 parent 3e87598 commit 656c942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions webpack.app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down
3 changes: 1 addition & 2 deletions webpack.browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 656c942

Please sign in to comment.