DEV Community

Discussion on: How to boost the speed of your webpack build?

Collapse
 
pankajpatel profile image
Pankaj Patel

It as really interesting read.

I went ahead to search for sass instead of node-sass. I found following note over there

However, please note that this will install the pure JavaScript implementation of Sass, which runs somewhat slower than the other options listed here. But it has the same interface, so it'll be easy to swap in another implementation later if you need a bit more speed!

Now I am wondering that did I land on correct sass implementation?

The README says it is slow but you gained on build time. Can you please elaborate more?