Browse Source

Merge pull request #22073 from abpframework/issue-21448

Angular - Fixing the Vite builder warning problem
pull/22076/head
İsmail ÇAĞDAŞ 2 years ago
committed by GitHub
parent
commit
360a7485ab
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      npm/ng-packs/packages/core/locale/src/utils/register-locale.ts

1
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 => {

Loading…
Cancel
Save