Replies: 1 comment 2 replies
-
That should be correct! Can you confirm the version of Snowpack you were using, as well as your OS? This may have been a dev server issue which has been resolved. |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Using a fresh CSA install with the react & preact templates, I try an import a
.css
files from semantic UI in my App.js file:the build process in terminal is successful:
Snowpack http://localhost:8080 • http://192.168.86.140:8080 Server started in 29ms.
Browser console error:
Visitng this path
http://localhost:8080/web_modules/semantic-ui-css/semantic.min.css.proxy.js
does load the css content.I can't really see any suggestions on the docs if I should be importing this differently, I noticed you added a .css file to the
install
array in the config settings I tried this with the css path here and made no difference.Please advise, thanks
Beta Was this translation helpful? Give feedback.
All reactions