Closed
Description
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.