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 release] Remove non-existing re-export from helper-addon blueprint #19365

Merged
merged 1 commit into from
Feb 5, 2021

Conversation

simonihmig
Copy link
Contributor

The blueprint for an addon's app/helpers/foo.js contains a re-export of a named export of addon/helpers/foo.js which does not exist, as it only has a default export.

FWIW, Embroider is constantly complaining about this (rightly).

The blueprint for an addon's `app/helpers/foo.js` contains a re-export of a named export of `addon/helpers/foo.js` which does not exist, as it only has a default export.

FWIW, Embroider is constantly complaining about this (rightly).
@rwjblue rwjblue changed the title Remove non-existing re-export from helper-addon blueprint [BUGFIX release] Remove non-existing re-export from helper-addon blueprint Feb 5, 2021
@rwjblue rwjblue merged commit a5e6f09 into emberjs:master Feb 5, 2021
@rwjblue
Copy link
Member

rwjblue commented Feb 5, 2021

Thank you @simonihmig!

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.

2 participants