aspnetcore-angular-universal icon indicating copy to clipboard operation
aspnetcore-angular-universal copied to clipboard

stylePreprocessorOptions includePaths config in CLI is not work

Open luck17291 opened this issue 6 years ago • 1 comments

Hi I am configuring stylePreprocessorOptions includePaths in CLI but it does not work "stylePreprocessorOptions": { "includePaths": [ "", "environments/app1" ] }, get error: ERROR in ./node_modules/css-loader!./node_modules/sass-loader/lib/loader.js!./ClientApp/app/app.component.scss Module build failed: @import 'variables'; ^ File to import not found or unreadable: variables. Am I missing somethings? please help me

luck17291 avatar Apr 24 '18 11:04 luck17291

Project now uses the updated angular-cli which changed to angular.json in place of the old angular-cli.json config. Please try this in the new config and take a look here https://github.com/angular/angular-cli/issues/10473.

RZeni avatar Jun 03 '18 21:06 RZeni