Slow sass-loader Build Times with Webpack
问题 Summary When we switched to using Webpack for handling our SASS files, we noticed that our build times in some cases became really slow. After measuring the performance of different parts of the build using the SpeedMeasurePlugin, it seems that sass-loader is the culprit…it can easily take 10s to build (it used to take 20s before we made some fixes), which is longer than we’d like. I’m curious if people have additional strategies for optimizing building Sass assets that I didn’t cover. I’ve