Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
383 bytes
|
Line | |
---|
1 | {
|
---|
2 | "description": "This directory contains UMD files which by its nature are not side-effect free. The parent package.json marks the whole @angular/common package as side-effect free, so if this directory is not excluded from that, build-optimizer will mark the contents as side-effect free and uglify will incorrectly remove all needed localization code.",
|
---|
3 | "sideEffects": true
|
---|
4 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.