File tree Expand file tree Collapse file tree 4 files changed +6
-13
lines changed
packages/angular_devkit/build_angular Expand file tree Collapse file tree 4 files changed +6
-13
lines changed Original file line number Diff line number Diff line change 212
212
"speed-measure-webpack-plugin" : " 1.3.3" ,
213
213
"style-loader" : " 2.0.0" ,
214
214
"stylus" : " 0.54.7" ,
215
- "stylus-loader" : " 4.1 .1" ,
215
+ "stylus-loader" : " 4.3 .1" ,
216
216
"symbol-observable" : " 2.0.3" ,
217
217
"tar" : " ^6.0.0" ,
218
218
"temp" : " ^0.9.0" ,
Original file line number Diff line number Diff line change 64
64
"speed-measure-webpack-plugin" : " 1.3.3" ,
65
65
"style-loader" : " 2.0.0" ,
66
66
"stylus" : " 0.54.8" ,
67
- "stylus-loader" : " 4.1 .1" ,
67
+ "stylus-loader" : " 4.3 .1" ,
68
68
"terser" : " 5.3.7" ,
69
69
"terser-webpack-plugin" : " 4.2.3" ,
70
70
"text-table" : " 0.2.0" ,
Original file line number Diff line number Diff line change @@ -133,17 +133,10 @@ export function getStylesConfig(wco: WebpackConfigOptions) {
133
133
{
134
134
test : / \. s t y l $ / ,
135
135
use : [
136
- {
137
- loader : require . resolve ( 'resolve-url-loader' ) ,
138
- options : {
139
- sourceMap : cssSourceMap ,
140
- } ,
141
- } ,
142
136
{
143
137
loader : require . resolve ( 'stylus-loader' ) ,
144
138
options : {
145
139
sourceMap : cssSourceMap ,
146
- webpackImporter : false ,
147
140
stylusOptions : {
148
141
compress : false ,
149
142
sourceMap : { comment : false } ,
Original file line number Diff line number Diff line change @@ -11628,10 +11628,10 @@ stylehacks@^4.0.0:
11628
11628
postcss "^7.0.0"
11629
11629
postcss-selector-parser "^3.0.0"
11630
11630
11631
- stylus-loader@4.1 .1:
11632
- version "4.1 .1"
11633
- resolved "https://registry.yarnpkg.com/stylus-loader/-/stylus-loader-4.1 .1.tgz#0e94f5d6274932a2dad054d1a736b32146ac7a99 "
11634
- integrity sha512-Vnm7J/nIs/P6swIrdwJW/dflhsCOiFmb1U3PeQ6phRtg1soPLN4uKnnL7AtGIJDe173elbtYIXVzmCyF493CfA ==
11631
+ stylus-loader@4.3 .1:
11632
+ version "4.3 .1"
11633
+ resolved "https://registry.yarnpkg.com/stylus-loader/-/stylus-loader-4.3 .1.tgz#8b4e749294d9fe0729c2e5e1f04cbf87e1c941aa "
11634
+ integrity sha512-apDYJEM5ZpOAWbWInWcsbtI8gHNr/XYVcSY/tWqOUPt7M5tqhtwXVsAkgyiVjhuvw2Yrjq474a9H+g4d047Ebw ==
11635
11635
dependencies:
11636
11636
fast-glob "^3.2.4"
11637
11637
klona "^2.0.4"
You can’t perform that action at this time.
0 commit comments