Skip to content

Commit b465930

Browse files
alexkpekfilipesilva
authored andcommitted
refactor(@angular-devkit/build-angular): remove unnecessary stylus-loader workaround
Remove unnecessary stylus-loader workaround. Issue, from which this workaround originates, is resolved. Link to issue in stylus-loader: webpack-contrib/stylus-loader#189
1 parent 78c83c9 commit b465930

File tree

1 file changed

+0
-2
lines changed
  • packages/angular_devkit/build_angular/src/angular-cli-files/models/webpack-configs

1 file changed

+0
-2
lines changed

packages/angular_devkit/build_angular/src/angular-cli-files/models/webpack-configs/styles.ts

-2
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,6 @@ export function getStylesConfig(wco: WebpackConfigOptions) {
300300
}
301301

302302
return {
303-
// Workaround stylus-loader defect: https://github.com/shama/stylus-loader/issues/189
304-
loader: { stylus: {} },
305303
entry: entryPoints,
306304
module: { rules },
307305
plugins: [].concat(extraPlugins as any)

0 commit comments

Comments
 (0)