The fix was using a different Sass setup in the WORKSPACE
file. Like here.
yarn
yarn build
Works fine with rules_nodejs v2.3.2 but Sass times out with rules_nodejs v3.0.0. (you can change it in the WORKSPACE
file)
The fix was using a different Sass setup in the WORKSPACE
file. Like here.
yarn
yarn build
Works fine with rules_nodejs v2.3.2 but Sass times out with rules_nodejs v3.0.0. (you can change it in the WORKSPACE
file)