Skip to content

Commit 42cf985

Browse files
[DDW-756] Replace node-sass with dart-sass
1 parent b591026 commit 42cf985

File tree

4 files changed

+78
-315
lines changed

4 files changed

+78
-315
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,14 +160,8 @@ Most of the commands need `nix` and will run only on Linux or macOS.
160160
- Windows 10/11
161161
- Daedalus testnet installation (similar version used in branch) in `C:\Program Files\Daedalus Testnet`
162162
- NodeJS 16
163-
- Python2 *
164-
- `yarn global add windows-build-tools` * (if this does not work extract daedalus\nix\windows-usb-libs.zip under daedalus\build folder)
165-
- Microsoft Build Tools 2015 *
166-
- Microsoft Visual Studio 2017 (Include Desktop development with C++) *
167163
- `yarn config set msvsversion 2015 --global`
168164

169-
*needed for compiling [email protected] on Windows
170-
171165
#### Steps
172166
- `yarn install`
173167
- `yarn dev:windows`

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@
156156
"mobx-react-devtools": "6.1.1",
157157
"node-forge": "1.0.0",
158158
"node-libs-browser": "2.2.1",
159-
"node-sass": "4.14.1",
160159
"nodemon": "2.0.4",
161160
"npmlog": "4.1.2",
162161
"postcss": "8.2.13",
@@ -168,7 +167,8 @@
168167
"react-intl-translations-manager": "5.0.3",
169168
"react-syntax-highlighter": "13.5.3",
170169
"regenerator-runtime": "0.13.7",
171-
"sass-loader": "7.1.0",
170+
"sass": "1.32.13",
171+
"sass-loader": "10.1.1",
172172
"seedrandom": "3.0.5",
173173
"sinon": "9.2.2",
174174
"spawn-sync": "2.0.0",

0 commit comments

Comments
 (0)