Actions
Feature #21722
closedRemove node-sass-chokidar
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
-
Target version:
Story points:
-
Release:
Release relationship:
Auto
Description
It's discontinued, has depndabot security issues in its dependencies, and only used as a performance-improving wrapper around node-sass.
It should be able to be safely removed by changing any uses back to node-sass
Updated by Stephen Smith 7 months ago
Changes at arvados|d5e98219f570d16bede08a8623a1659e81f2c1ac branch 21722-remove-chokidar
Tests developer-run-tests-services-workbench2: #761
- Removes node-sass-chokidar and replaces uses in node scripts with node-sass
Since it's just a wrapper the only change should be a slight decrease in performance during development when using the watch mode
I also checked yarn build-css and yarn watch-css to make sure it still outputs the same files (although I'm not 100% sure where this actually gets used)
Updated by Stephen Smith 7 months ago
- Status changed from In Progress to Resolved
Actions