Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webpack #3

Open
hellobrian opened this issue May 14, 2017 · 2 comments
Open

Webpack #3

hellobrian opened this issue May 14, 2017 · 2 comments

Comments

@hellobrian
Copy link
Owner

  • sass-loader?
@cristianmartinez
Copy link

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.

@hellobrian
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants