-
Notifications
You must be signed in to change notification settings - Fork 468
Description
version info:
$ node-sass --version
node-sass 4.12.0 (Wrapper) [JavaScript]
libsass 3.5.4 (Sass Compiler) [C/C++]
Description:
Sorry if this has already been reported. Background: We run an application where we do a lot of sass compilations. When upgrading our systems to node v12.12.0
along with node-sass 4.12.0
we noticed a decent performance degradation. Our response times nearly doubled, from an average of 60ms to an average of 100ms (see chart below, upgrade went out around 10/22):
We pinpointed the performance issue to node-sass and when we rolled back the version to 4.6.1
(libsass version: 3.5.0.beta.2
) we noticed the response times going back to normal levels (rollback went out around 1:30pm):
Let me know if I should direct this issue to the node-sass
repo instead. Thank you ahead of time and let me know if you need any more info from us!