Note
Compiling Sass is probably the slowest part of your build, so this is worth a try if you're using Sass.
If you're using the sass
npm package to compile your SASS/SCSS, consider switching to sass-embedded
. It should be a drop-in replacement in a large app and it's around 50% faster than using the deprecated sass
package.
Posted by Niklas Hä. to makandra dev (2025-09-22 15:31)