Skip to content

Commit

Permalink
Merge pull request #161 from rwwagner90/fix-crypto
Browse files Browse the repository at this point in the history
[Fixes #159] Possible fix for crypto
  • Loading branch information
paulcwatts authored Dec 26, 2020
2 parents 90da99e + e9f8e26 commit cefb6a8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@

module.exports = {
name: require('./package').name,
options: {
autoImport:{
webpack: {
node: { crypto: true }
}
}
},
included: function(app) {
this._super.included.apply(this, arguments);
app.import('vendor/shims/window-global.js');
Expand Down

0 comments on commit cefb6a8

Please sign in to comment.