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
Ah darn, sorry. I thought I remembered some issue like that on Windows, though perhaps I'm misremembering (or that's just no longer an issue). Apologies for that.
Looks like we're letting it slip through as a non-posix path. The .. is fine.
Describe the bug
Link tags in the
index.html
file that point to a CSS file in a nested folder aren't included when starting the app:To Reproduce
Steps to reproduce the behavior:
npm install
npm start
Expected behavior
The background of the page should be green due to this CSS rule in the
public/style/style.css
rule:Instead, the background is white because the stylesheet is not loaded. There are no errors on the browser or node console.
Bug occurs with:
wmr
orwmr start
(development)wmr build
(production)wmr serve
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: