-
Notifications
You must be signed in to change notification settings - Fork 25
Description
running the bundler results into error. With version v2.5.1 the bundler works.
[14:12:12] erro: There is an error in your styles:
[14:12:12] erro: NoSuchMethodError: method not found: 'get$iterator' (J.getInterceptor$ax(...).get$iterator is not a function) on line (undefined, undefined)
To Reproduce
create a scss file with the following content
=================== content start ===================
@import "~@angular/material/theming";
@import "palette";
// Include non-theme styles for core.
@include mat-core();
// Define a theme.
$primary: mat-palette($mat-liebherr-palette);
$accent: mat-palette($mat-grey, A200, A100, A400);
$warn: mat-palette($mat-deep-orange);
$theme: mat-light-theme($primary, $accent, $warn);
// Include all theme styles for the components.
@include angular-material-theme($theme);
=================== content end ===================
Run the bundler and the error appears
Expected behavior
success
Package version: v3.1.1
Node version: v13.12.0
OS: Windows