Skip to content

Commit

Permalink
[BUGFIX release] Fix rollup warning for ember-inflector. (emberjs#6242)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue authored and pliljegr committed Jul 23, 2019
1 parent 91b7524 commit e99e145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adapter/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ const addonBaseConfig = addonBuildConfigForDataPackage(name);
module.exports = Object.assign(addonBaseConfig, {
shouldRollupPrivate: true,
externalDependenciesForPrivateModule() {
return ['require'];
return ['require', 'ember-inflector'];
},
});

0 comments on commit e99e145

Please sign in to comment.