You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this PR (and this simpler example)
Which isn't anything new, both before and after the use of css' @import and usage of <link> tags in components, my style paths are not correctly transformed during the production build, leading to 404s in production.
Things I've tried to see if I was maybe just formatting the paths incorrectly:
If I were to debug embroider looking for where we expect transformation to happen, but maybe there is just a bug, how/where would I look?
(is that even implemented atm?, I don't recall seeing any code that transforms all templates looking for assets, but I could have missed it)
The text was updated successfully, but these errors were encountered:
Potentially related issues:
I have this PR (and this simpler example)
Which isn't anything new, both before and after the use of css'
@import
and usage of<link>
tags in components, my style paths are not correctly transformed during the production build, leading to 404s in production.Things I've tried to see if I was maybe just formatting the paths incorrectly:
with and without leading
/
my production build output (
dist/assets
):If I were to debug embroider looking for where we expect transformation to happen, but maybe there is just a bug, how/where would I look?
(is that even implemented atm?, I don't recall seeing any code that transforms all templates looking for assets, but I could have missed it)
The text was updated successfully, but these errors were encountered: