mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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
8 lines
197 B
JSON
8 lines
197 B
JSON
{
|
|
"name": "@angular/common/http",
|
|
"typings": "./http.d.ts",
|
|
"main": "../bundles/common-http.umd.js",
|
|
"module": "../esm5/http.js",
|
|
"es2015": "../esm2015/http.js",
|
|
"sideEffects": false
|
|
}
|