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
This problem never occurred in CRA v4. When i do some changes in .js,.jsx files it is supposed to only use the babel-loader instead its also re-compiling the styles unnecessary every time(observe the image below).
Environment
Node v16.16.0
npm v8.xx
Expected behavior
Only a *.css, *.scss should trigger recompiling of styles. And js change should trigger babel.
Note: Using style.modules.scss and tailwind 3.x as well.
The text was updated successfully, but these errors were encountered:
This problem never occurred in CRA v4. When i do some changes in .js,.jsx files it is supposed to only use the babel-loader instead its also re-compiling the styles unnecessary every time(observe the image below).
Environment
Node v16.16.0
npm v8.xx
Expected behavior
Only a *.css, *.scss should trigger recompiling of styles. And js change should trigger babel.
Note: Using style.modules.scss and tailwind 3.x as well.
The text was updated successfully, but these errors were encountered: