css protocol relative url no longer handled in postcss-loader #12648
Labels
area: @angular-devkit/build-angular
freq1: low
Only reported by a handful of users who observe it rarely
severity5: regression
type: bug/fix
Milestone
Bug Report or Feature Request (mark with an
x
)Command (mark with an
x
)Versions
Angular CLI: 7.0.1
Node: 8.11.1
OS: win32 x64
Angular: 7.0.0
... animations, cdk, common, compiler, compiler-cli, core, forms
... http, language-service, material, platform-browser
... platform-browser-dynamic, router
Package Version
@angular-devkit/architect 0.10.1
@angular-devkit/build-angular 0.10.1
@angular-devkit/build-optimizer 0.10.1
@angular-devkit/build-webpack 0.10.1
@angular-devkit/core 7.0.1
@angular-devkit/schematics 7.0.1
@angular/cli 7.0.1
@angular/flex-layout 7.0.0-beta.19
@ngtools/webpack 7.0.1
@schematics/angular 7.0.1
@schematics/update 0.10.1
rxjs 6.3.3
typescript 3.1.3
webpack 4.19.1
Repro steps
Try to build a project with a css url that uses a protocol relative url
The log given by the failure
Desired functionality
This should still work as before, since it is valid css
Mention any other details that might be useful
After updating from @angular/cli 6.2.1 and @angular-devkit/build-angular 0.7.0 the sccs fragment of
no longer builds
The text was updated successfully, but these errors were encountered: