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
{{ message }}
This repository has been archived by the owner. It is now read-only.
Hi. I have a React component that import a .css and I would want to know how to include that file into my dist folder, because the file is not event moved.
Also I want to know how to already import the css into my js file to avoid the error dist/styles.css Unexpected token when my module is requested.