AzureAD / azure-activedirectory-library-for-js

The code for ADAL.js and ADAL Angular has been moved to the MSAL.js repo. Please open any issues or PRs at the link below.
https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/maintenance/adal-angular
Apache License 2.0
627 stars 372 forks source link

Bundle Size #732

Closed MarkHerhold closed 6 years ago

MarkHerhold commented 6 years ago

Please consider reducing the number of things bundled with adal in npm. Most people don't need the tests/*, .jshint, karma.conf.js, Gruntfile.js, or changelog.txt files.

rohitnarula7176 commented 6 years ago

@MarkHerhold Thank you for the feedback. We have that to ensure that the external contributors can run all the tests before submitting a pull request. We can look at removing that from the bundle.