Reproduction:
ember new example-app.cd example-appember install ember-data (I got 3.11.0).ember buildYou will see this warning printed in the terminal:
'ember-inflector' is imported by -private/build-url-mixin.js, but could not be resolved – treating it as an external dependency
which I think comes from Ember Data's rollup.
Probably ember-inflector is supposed to be an external dependency, but it needs to be configured explicitly so rollup doesn't warn.
I see this on master as well as of 2c2cfb99ba16232fbc779371acc2e14415cfe484.
hrm, I swear I zapped all of these prior to releasing 3.11. Will take a poke at it later.
Getting the same warning after upgrading to 3.11.
Will be fixed by #6242
Most helpful comment
Will be fixed by #6242