alexpods / angular2-universal-starter

Enjoy Server Side rendering and Web Workers in your Angular2 Application
224 stars 50 forks source link

Added minification for production build #66

Closed glebmachine closed 8 years ago

glebmachine commented 8 years ago

Issue #47

alexpods commented 8 years ago

@glebmachine Thanks for contribution! I'm going to merge this PR. Just one question:

What's the point of es-promise, es-shim and reflect-metadata? core-js covers all of these (see here). Have I missed something?

glebmachine commented 8 years ago

Hm, sorry, my previous build don't want to compiled without this.

Let me check again, will remove if unnecessary

alexpods commented 8 years ago

ok, cool

glebmachine commented 8 years ago

@alexpods Done!

alexpods commented 8 years ago

@glebmachine Merged.

glebmachine commented 8 years ago

Yeah, next PR will be covered by tests, sorry)

alexpods commented 8 years ago

No worries. I'm glad to any contribution, it doesnt have any matter if it's with tests or without.