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 on Sep 23, 2023. It is now read-only.
My aim is to use my existing React library of components (built on CRA using css modules) inside Angular apps. The problem i am running into is that when trying to build the component it doesn't appear to generate the modularized css file that it is referencing inside the component
ENOENT: no such file or directory, open 'C:\Source\library\dave-component\build\static\css\main.b5c61002.css'
Any ideas on how to get this working?
Any help would be much appreciated
Thanks
The text was updated successfully, but these errors were encountered:
If you are importing the CSS into your React Component like https://direflow.io/styling . After build, your styles are added to the main JS file and at runtime of the main JS file your CSS as a string will be added to the DOM via style tags within your web-components when they are rendered.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
My aim is to use my existing React library of components (built on CRA using css modules) inside Angular apps. The problem i am running into is that when trying to build the component it doesn't appear to generate the modularized css file that it is referencing inside the component
ENOENT: no such file or directory, open 'C:\Source\library\dave-component\build\static\css\main.b5c61002.css'
Any ideas on how to get this working?
Any help would be much appreciated
Thanks
The text was updated successfully, but these errors were encountered: