Skip to content

Commit

Permalink
Possible fix for crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Dec 24, 2020
1 parent 90da99e commit e9f8e26
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 e9f8e26

Please sign in to comment.