Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit fabf31f

Browse files
clydinBrocco
authored andcommitted
refactor(@angular-devkit/build-angular): make node-sass optional
1 parent 617299c commit fabf31f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/angular_devkit/build_angular/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"memory-fs": "^0.4.1",
3434
"mini-css-extract-plugin": "~0.4.0",
3535
"minimatch": "^3.0.4",
36-
"node-sass": "^4.9.0",
3736
"parse5": "^4.0.0",
3837
"opn": "^5.1.0",
3938
"portfinder": "^1.0.13",
@@ -60,5 +59,8 @@
6059
"webpack-merge": "^4.1.2",
6160
"webpack-sources": "^1.1.0",
6261
"webpack-subresource-integrity": "^1.1.0-rc.4"
62+
},
63+
"optionalDependencies": {
64+
"node-sass": "^4.9.0"
6365
}
6466
}

0 commit comments

Comments
 (0)