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
164cd274a4
angular-cn
/
packages
/
animations
/
browser
/
package.json
5 lines
68 B
JSON
Raw
Normal View
History
Unescape
Escape
refactor(platform-browser): move platform-browser/animations to animations/browser (#15130) Closes: #15130
2017-02-28 20:49:37 -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/animations/browser"
,
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
refactor(platform-browser): move platform-browser/animations to animations/browser (#15130) Closes: #15130
2017-02-28 20:49:37 -05:00
}