NTUEEInfoDep / NTUEECourseMap

A course map website for NTUEE students.
2 stars 28 forks source link

#8 Upgrade dependencies to support Node v16.15.0, fix bugs for all import scss error #9

Closed Fiona1121 closed 2 years ago

Fiona1121 commented 2 years ago

What is this PR for?

Upgrade the dependencies to support Node v16.15.0 and change Node-sass to scss for compatibility. Error .scss' does not contain a default export occurred when starting after the upgrade. The way to import .module.scss is changed to fix the bug. The dependencies are tested to be compatible with v14.18.1 as well.

What type of PR is it?

[Bug Fix | Improvement]

What is the Github issue?

8

How should this be tested?

Use Node v16.15.0 to start up.