kamilkp / angular-vs-repeat

Virtual Scroll for AngularJS ngRepeat directive
http://kamilkp.github.io/angular-vs-repeat/
MIT License
818 stars 228 forks source link

Make copyright notice webpack compliant. #214

Closed squidsoup closed 3 years ago

squidsoup commented 6 years ago

Currently the copyright header will be stripped by Webpack, and doesn't include a license notice, which means that angular-vs-repeat can't be correctly redistributed under the MIT license.

By default however, comments with @license, @preserve or starting with /*! are preserved by Webpack, so I've updated the header accordingly.

https://github.com/webpack/webpack/issues/324#issuecomment-157855568