No more warnings about CommonJS dependencies #23505
Labels
area: @angular-devkit/build-angular
devkit/build-angular:browser
freq1: low
Only reported by a handful of users who observe it rarely
severity5: regression
type: bug/fix
Which @angular/* package(s) are the source of the bug?
Don't known / other
Is this a regression?
Yes
Description
In Angular 11.2.14 and in earlier versions there were warnings about CommonJS dependencies after running
ng serve
like this one:In Angular 12 these warnings disappeared. There are still no warnings in Angular 13 and Angular 14.
Warnings also disappear in Angular 11 when I add
registerLocaleData(localePl);
toapp.module.ts
(branchlocale-without-warnings
).Please provide a link to a minimal reproduction of the bug
https://github.com/wojteko22/angular-common-js-warnings
Please provide the exception or error you saw
No response
Please provide the environment you discovered this bug in (run
ng version
)No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: