-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Relative asset import don't work until the CSS is changed #20919
Comments
Same problem here. We have a complex hybrid setup and updating from 12 to 12.0.1 broke our css background-images from loading. The css itself is unchanged, but the files/locations have been changed. |
@alan-agius4 I hope this will not be forgotten since both tickets are closed 🙂 🙏 |
That’s because it has already been fixed, and the fix will be available in 12.0.2 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes, the previous version in which this bug was not present was: 12.0.0
Description
Image imported in CSS is not present in WDS after the first compilation.
🔬 Minimal Reproduction
expected:
served site should display
download.svg
as a background.actual:
404 in the network and http://localhost:4200/webpack-dev-server confirms that there is no
download.svg
served by WDS.Any change in
src/app/app.component.css
fixes the problem.🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
Might be related to #20882 and #20885
The text was updated successfully, but these errors were encountered: