Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX beta] Fix Rollup warning about unresolved dependency #6316

Merged
merged 1 commit into from
Aug 12, 2019

Conversation

HeroicEric
Copy link
Sponsor Member

@HeroicEric HeroicEric commented Aug 10, 2019

Extracted from #6098

Fixes the following warning:

'@ember-data/store' is imported by -private/system/model/model.js, but could not be resolved – treating it as an external dependency

I'm not sure I understand why but it seems like Rollup does not like the other style of import.

This also resolves an issue with the external partner tests for ember-observer. You can see an example of what happens without this at https://dev.azure.com/ember-data/emberjs/_build/results?buildId=962

Fixes the following warning:

```
'@ember-data/store' is imported by -private/system/model/model.js, but could not be resolved – treating it as an external dependency
```
@rwjblue rwjblue merged commit a8808b0 into emberjs:master Aug 12, 2019
@HeroicEric HeroicEric deleted the fix-import branch August 12, 2019 15:17
@fsmanuel
Copy link
Contributor

@HeroicEric I'm interested in joining the external parter tests with ember-local-storage. How can I apply?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants