
This flag is picked up by webpack v4 and used for more agressive optimizations. Our code is already side-effect free, because that's what we needed for build-optimizer to work. PR Close #22785
9 lines
220 B
JSON
9 lines
220 B
JSON
{
|
|
"name": "@angular/animations/browser",
|
|
"typings": "./browser.d.ts",
|
|
"main": "../bundles/animations-browser.umd.js",
|
|
"module": "../esm5/browser.js",
|
|
"es2015": "../esm2015/browser.js",
|
|
"sideEffects": false
|
|
}
|