This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
angular-cn
Watch
1
Star
0
Fork
You've already forked angular-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
037792e8f6
angular-cn
/
packages
/
platform-browser
/
animations
/
package.json
5 lines
77 B
JSON
Raw
Normal View
History
Unescape
Escape
build: fix file paths after moving modules/@angular/* to packages/*
2017-03-02 15:12:46 -05:00
{
build: add package names to secondary endpoint package.json files (#15253) Fixes #14736 PR Close #15253
2017-03-17 15:24:48 -04:00
"name"
:
"@angular/platform-browser/animations"
,
feat: mark angular packages as side-effect free (#22785) 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
2018-03-14 21:30:18 -04:00
"sideEffects"
:
false
build: fix file paths after moving modules/@angular/* to packages/*
2017-03-02 15:12:46 -05:00
}