Skip to content

Commit

Permalink
[BUGFIX release] Fix rollup warnings for require as an external modul…
Browse files Browse the repository at this point in the history
…e. (#6095)
  • Loading branch information
rwjblue authored and igorT committed May 9, 2019
1 parent ab45d35 commit 0dce363
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ module.exports = {
'ember-data/-debug',
'ember-data/adapters/errors',
'@ember/ordered-set',
'require',
],
onwarn: this._suppressCircularDependencyWarnings,
// cache: true|false Defaults to true
Expand Down

0 comments on commit 0dce363

Please sign in to comment.