-
Notifications
You must be signed in to change notification settings - Fork 12k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@angular-devkit/build-angular): correctly ignore inline styles du…
…ring i18n extraction Stylesheets are not processed during i18n extraction to improve performance and the rules to support them are intentionally not present.
- Loading branch information
1 parent
f209cb5
commit 92c9be4
Showing
4 changed files
with
33 additions
and
8 deletions.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
packages/angular_devkit/build_angular/src/extract-i18n/empty-export-default.js
This file was deleted.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
packages/angular_devkit/build_angular/src/extract-i18n/empty-loader.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/** | ||
* @license | ||
* Copyright Google LLC All Rights Reserved. | ||
* | ||
* Use of this source code is governed by an MIT-style license that can be | ||
* found in the LICENSE file at https://angular.io/license | ||
*/ | ||
|
||
export default function () { | ||
return `export default '';`; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters