Skip to content

Commit

Permalink
Attempt to fix vendor on consuming again again haha (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
ygongdev authored Nov 19, 2019
1 parent a87d6cc commit 4aa9d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
name: require('./package').name,

included(app) {
this._super.included(...arguments);
this._super.included.apply(this, arguments);

app.import('vendor/polyfills/closest.js', { prepend: true});
}
Expand Down

0 comments on commit 4aa9d06

Please sign in to comment.