But why do you use DCE for a library? I thought th...
# javascript
f
But why do you use DCE for a library? I thought the recommendation for DCE is to be only used for final application builds
g
I use DCE while developing just to make sure everything works as it should after things are stripped out. Also, with the incremental compilation speed enhancements that were released recently, subsequent builds with the DCE are very fast