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.
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