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
Hi @hellobrian , I think webpack works very well for projects which integrate js (compile new js version for the browsers) and html as well, i think for simple solutions which just needs sass this repository give us a complete example how to use it. btw, I was researching a little bit about why the team behind create-react-app project uses node-sass-chokidar instead of node-sass and it's because performace issues.
Thanks, @cristianmartinez, I definitely agree with everything you said! I'm almost always using create-react-app or next.js when building new react projects so using node-sass-chokidar is enough.
With that said, learning how to use sass-loader with Webpack will only be relevant to me and other devs in edge case situations when we need to setup an app from scratch.
The text was updated successfully, but these errors were encountered: