-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Error displayed when using dynamic composition (but everything works properly) #56
Comments
This is a valid bug, but doesn't cause any misbehavior if you specify all build resources manually. |
Gotcha! I'll leave this here as a placeholder for or anyone else to create a PR to update the logging. |
@niieani Should I also be ignoring the following output:
|
No, this seems like an error of another kind, related to your dependencies. As for the topic of this issue, I'll fix this either by ignoring |
@niieani Can this be closed? |
No, this has not been fixed yet. I'm keeping tabs on the issues on all the webpack repos. |
I'm submitting a bug report
@easy-webpack/config-aurelia 2.0.1
OSX 10.x
4.3.2
3.9.2
webpack 2.1.0-beta.17
Chrome
ESNext
Current behavior:
I’m getting errors when using dynamic composition:
Unable to resolve components/cs-${card.subType}-preview/cs-${card.subType}-preview
The HTML code looks like this:
Expected/desired behavior:
The custom component that is dynamically included in the page should remain dynamic and not be parsed by webpack.
The text was updated successfully, but these errors were encountered: