Replies: 1 comment
-
please ask in angular related issue tracker.. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, this might not be an issue with
webpack
or the loaders themselves, however I hope to find some help here... I am all out of ideas.Situation:
@angular-builders/custom-webpack
to configure webpackhtml-loader
in both (latest)Result:
Stackblitz: https://stackblitz.com/edit/angular-13-html-loader-images
(I don't know how to make it work in the web app, but you can download the project do
npm install
andnpm start
)Related Stackoverflow question https://stackoverflow.com/questions/71264971/cannot-use-images-in-imported-markdown-files-after-updating-to-angular-13 (I discovered it because of markdown, but it seem the issue is in the html-loader, in angular.. or some missing configuration on my part).
Any idea at all about what could be causing this issue? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions