소스 검색

[frontend] Switch from node-sass to sass

This takes care of intermittent build issues and speeds up the install considerably
Johan Åhlén 4 년 전
부모
커밋
3eb3ae50e8
2개의 변경된 파일25158개의 추가작업 그리고 3개의 파일을 삭제
  1. 25156 1
      package-lock.json
  2. 2 2
      package.json

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 25156 - 1
package-lock.json


+ 2 - 2
package.json

@@ -43,6 +43,7 @@
     }
   },
   "dependencies": {
+    "@gethue/sql-formatter": "4.0.3",
     "@types/lodash": "^4.14.161",
     "axios": "0.21.1",
     "clipboard": "1.7.1",
@@ -79,7 +80,6 @@
     "selectize": "0.12.6",
     "selectize-plugin-clear": "0.0.3",
     "sprintf-js": "1.1.2",
-    "@gethue/sql-formatter": "4.0.3",
     "vue": "^3.0.5",
     "vue-custom-element": "3.2.14",
     "vue3-datepicker": "^0.2.4"
@@ -133,8 +133,8 @@
     "license-checker": "^25.0.1",
     "load-grunt-tasks": "4.0.0",
     "markdown": "0.5.0",
-    "node-sass": "4.14.1",
     "prettier": "2.0.5",
+    "sass": "1.32.12",
     "sass-loader": "8.0.2",
     "source-map-loader": "1.0.0",
     "style-loader": "^2.0.0",

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.