Browse Source

fix: add vite comment to skip build warnings

pull/22073/head
sumeyye 2 years ago
parent
commit
4e4e01575a
  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