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'm building a Svelte app which uses filepond. To style the file uploader there is a css file in node_modues as given here . When I try the same code I notice in Network of Chrome Devtools that the instead of CSS it returns the index.html, the default app page. So in codesandbox, is there some setting to ensure that I can access css from node_modules using relative path?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm building a Svelte app which uses filepond. To style the file uploader there is a css file in node_modues as given here . When I try the same code I notice in Network of Chrome Devtools that the instead of CSS it returns the index.html, the default app page. So in codesandbox, is there some setting to ensure that I can access css from node_modules using relative path?
Beta Was this translation helpful? Give feedback.
All reactions