diff --git a/npm/ng-packs/packages/core/locale/src/utils/register-locale.ts b/npm/ng-packs/packages/core/locale/src/utils/register-locale.ts index b3703d34004..543f24b33df 100644 --- a/npm/ng-packs/packages/core/locale/src/utils/register-locale.ts +++ b/npm/ng-packs/packages/core/locale/src/utils/register-locale.ts @@ -96,6 +96,7 @@ export function registerLocale( /* webpackChunkName: "locales"*/ /* webpackInclude: /[/\\](ar|cs|en|en-GB|es|de|fi|fr|hi|hu|is|it|pt|tr|ru|ro|sk|sl|zh-Hans|zh-Hant)\.(mjs|js)$/ */ /* webpackExclude: /[/\\]global|extra/ */ + /* @vite-ignore */ `@angular/common${localePath}` ) .then(val => {