-
Notifications
You must be signed in to change notification settings - Fork 39
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
Deprecated ember-cli-htmlbars-inline-precompile #20
Comments
ember-cli-htmlbars
instead of ember-cli-htmlbars-inline-precompile
I've spotted errors with |
Will need to be fixed here: It should become something like: const extraPlugins = [
[
require.resolve('babel-plugin-htmlbars-inline-precompile'),
{
precompile,
modules: {
'ember-cli-htmlbars': 'hbs',
'ember-cli-htmlbars-inline-precompile': 'default',
'htmlbars-inline-precompile': 'default',
}
}
],
[require.resolve('babel-plugin-ember-modules-api-polyfill')],
]; |
I tried the configuration from rob... yet unsuccessful. I linked storybook and I'm pretty sure, some of the setup over there got wrongly wired together. |
I could use some help understanding why the 6.0.0 alpha build of storybook for ember is broken. I think it's related to this maybe: Would one of you be able to assist maybe? 🙏 |
I may try to have a look if you want, is the issue related to |
When running the build-storybooks script in the monorepo, ember errors:
https://zeit.co/storybook/monorepo/52mj5uiu4 Happy to do some pair debugging if you'd be up to that. |
Yeah, that's the main issue at the moment. See the results matrix I gathered in ember-cli/ember-cli-htmlbars#374 From the suggestion in here from @rwjblue it's less of an ember error but more of a babel thing - at least to my current knowledge. Since PS. You can find me on both ember and storybook discord. Ping me or ask on each in the respective channel |
So I presume we can now close this issue ? |
As soon as an release is done with this change in it, @shilman will close this issue. |
Closing as it has been released in 5.3.10 |
Because usage of
ember-cli-htmlbars-inline-precompile
is deprecated,we should migrate to the new
ember-cli-htmlbars
to avoid any issue in the futur with new Ember versions.The text was updated successfully, but these errors were encountered: