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 wanted to let you know that this demo is not working, at least for me. I have done a fast research and I think it is related with the paths for css imports... for some reason./a.css becomes http://localhost/http://localhost/src/a.css and it can't be loaded by the browser and creating the bundle I get [path..]/file:[path..]/src/a.css not found...
changing any ./ to src/ works for creating the bundle, but no on the browser
Any clue, workaround or update? it would be appreciated. Probably it is not the best place to ask... but new on css-modules with jspm ;)
Thanks a lot!
P.D when I could create the bundle the 'transformed' css was not injected in any place, was this working before? should it be done in a different way?
Thanks again ;)
The text was updated successfully, but these errors were encountered:
Hi!
I wanted to let you know that this demo is not working, at least for me. I have done a fast research and I think it is related with the paths for css imports... for some reason
./a.css
becomeshttp://localhost/http://localhost/src/a.css
and it can't be loaded by the browser and creating the bundle I get[path..]/file:[path..]/src/a.css
not found...changing any
./
tosrc/
works for creating the bundle, but no on the browserAny clue, workaround or update? it would be appreciated. Probably it is not the best place to ask... but new on css-modules with jspm ;)
Thanks a lot!
P.D when I could create the bundle the 'transformed' css was not injected in any place, was this working before? should it be done in a different way?
Thanks again ;)
The text was updated successfully, but these errors were encountered: