canonical / iot-management

IoT Management Service
GNU Affero General Public License v3.0
22 stars 9 forks source link

Use dart-sass instead of node-sass in React webapp #11

Closed alexclewontin closed 3 years ago

alexclewontin commented 3 years ago

node-sass doesn't support armhf/arm64 (which prevents the entire React webapp from being built, which in turn prevents the Dockerfile from being built), and is also now deprecated. Use dart-sass instead.

codecov-commenter commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@62de5e9). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #11   +/-   ##
=========================================
  Coverage          ?   81.36%           
=========================================
  Files             ?       40           
  Lines             ?     1304           
  Branches          ?        0           
=========================================
  Hits              ?     1061           
  Misses            ?      186           
  Partials          ?       57           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 62de5e9...97b9f87. Read the comment docs.