Slow compilation on Node 18+ due to required node-sass version

Created on 12 July 2023, over 1 year ago
Updated 24 July 2023, over 1 year ago

Problem/Motivation

node-sass ^7.01 is required in `radix/src/kits/default/package.json`.

As noted here `https://github.com/sass/node-sass` node-sass 7 does not support node versions > 17.

As a result the theme compilation must build the sass-binary on the fly, resulting in very slow theme compilation (This was adding 4 minutes to our CI process.)

Proposed resolution

Update the required node-sass version to 8.0+

OR since node-sass is deprecated move to node-dart instead.

📌 Task
Status

Fixed

Version

5.0

Component

Code

Created by

🇦🇺Australia genebobmiller

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024