Browse Source

add fi locale to webpackInclude magic comment

pull/8823/head
mehmet-erim 5 years ago
parent
commit
32f5e0498a
  1. 2
      npm/ng-packs/packages/core/locale/src/utils/register-locale.ts

2
npm/ng-packs/packages/core/locale/src/utils/register-locale.ts

@ -28,7 +28,7 @@ export function registerLocale(
return import(
/* webpackMode: "lazy-once" */
/* webpackChunkName: "locales"*/
/* webpackInclude: /[/\\](ar|cs|en|en-GB|es|de|fr|pt|tr|ru|hu|sl|zh-Hans|zh-Hant).js/ */
/* webpackInclude: /[/\\](ar|cs|en|en-GB|es|de|fi|fr|pt|tr|ru|hu|sl|zh-Hans|zh-Hant).js/ */
/* webpackExclude: /[/\\]global|extra/ */
`@angular/common/locales/${localeMap[locale] || locale}.js`
)

Loading…
Cancel
Save