Skip to content

Commit

Permalink
Merge pull request #22073 from abpframework/issue-21448
Browse files Browse the repository at this point in the history
Angular - Fixing the Vite builder warning problem
  • Loading branch information
ismcagdas authored Feb 4, 2025
2 parents 71b6446 + 4e4e015 commit 360a748
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit 360a748

Please sign in to comment.