mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 19:13:34 +08:00
fix(@schematics/angular): set inlineStyleLanguage
for universal if present in build options
The `inlineStyleLanguage` option should be set for an application's server target if also present in the application's build target. The setting is needed to ensure the server target properly builds the applica tion's styles.
This commit is contained in:
parent
fdf41b24dc
commit
18c8adf0dc
@ -61,6 +61,7 @@ function updateConfigFile(options: UniversalOptions, tsConfigDirectory: Path): R
|
|||||||
i18nMissingTranslation: options?.i18nMissingTranslation,
|
i18nMissingTranslation: options?.i18nMissingTranslation,
|
||||||
preserveSymlinks: options?.preserveSymlinks,
|
preserveSymlinks: options?.preserveSymlinks,
|
||||||
extractLicenses: options?.extractLicenses,
|
extractLicenses: options?.extractLicenses,
|
||||||
|
inlineStyleLanguage: options?.inlineStyleLanguage,
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user