We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The config.search() method returns a promise, but there's no await at
config.search()
await
https://github.com/linkedin/css-blocks/blob/master/packages/%40css-blocks/ember-cli/index.js#L285
The text was updated successfully, but these errors were encountered:
We should add a synchronous mode to the config module.
Sorry, something went wrong.
on it 😄
Note: due to that transform extensively uses Dynamic Import, making config support sync is... not likely a small task/possible as-is.
fix(ember-cli): Fixes #365, now handles the promise from config.search.
c92f398
feat: Make configuration loading synchronous with async wrapper.
7105d10
Closes #365.
5c88e24
abritinthebay
Successfully merging a pull request may close this issue.
The
config.search()
method returns a promise, but there's noawait
athttps://github.com/linkedin/css-blocks/blob/master/packages/%40css-blocks/ember-cli/index.js#L285
The text was updated successfully, but these errors were encountered: