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
So, I have been using Carbon in a project over a year now. Usually the start/build take really long because I use the global scss import. But after it has started, saving the SCSS changes is quite fast. This project I created using create-react-app and I'm using these package versions here:
However, comparing to the other project which uses older versions, this new takes really long to compile the changes. Sometimes it takes more than 5s. And it displays something like this while compiling in the terminal:
In this new one we are importing the styles for the components only if are using them, like described in this README file here. But the issue still persists in both cases (also when importing all the styles with one line only).
Is this a known issue or maybe I have done something wrong during the installation? I followed the steps described here.
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
-
Hi, everyone.
So, I have been using Carbon in a project over a year now. Usually the start/build take really long because I use the global scss import. But after it has started, saving the SCSS changes is quite fast. This project I created using create-react-app and I'm using these package versions here:
Then recently I have created another project using the latest versions of carbon's packages, which are:
However, comparing to the other project which uses older versions, this new takes really long to compile the changes. Sometimes it takes more than 5s. And it displays something like this while compiling in the terminal:
In this new one we are importing the styles for the components only if are using them, like described in this README file here. But the issue still persists in both cases (also when importing all the styles with one line only).
Is this a known issue or maybe I have done something wrong during the installation? I followed the steps described here.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions