formly-js / angular-formly

JavaScript powered forms for AngularJS
http://docs.angular-formly.com
MIT License
2.22k stars 405 forks source link

fix(webpack): add UglifyPlugin #583

Closed benoror closed 8 years ago

benoror commented 8 years ago

Fixes #581

codecov-io commented 8 years ago

Current coverage is 95.88%

Merging #583 into master will not affect coverage as of e97f157

@@            master    #583   diff @@
======================================
  Files           16      16       
  Stmts         1117    1117       
  Branches         0       0       
  Methods          0       0       
======================================
  Hit           1071    1071       
  Partial          0       0       
  Missed          46      46       

Review entire Coverage Diff as of e97f157


Uncovered Suggestions

  1. +0.35% via ...alidationMessages.js#25...28
  2. +0.27% via ...s/formlyUsability.js#18...20
  3. +0.27% via src/test.utils.js#38...40
  4. See 7 more...

Powered by Codecov. Updated on successful CI builds.

kentcdodds commented 8 years ago

Actually, sorry, could you make this a fix rather than a chore? That way we get an automatic release

benoror commented 8 years ago

done! :clap:

kentcdodds commented 8 years ago

Fantastic. Thank you!