0

I have used r.js for years but I am moving to systemjs-builder. Is there a flag so I can have it preserve license comments at the top of the file like r.js used to with preserveLicenceComments: true?

My goal is the same, having all the 3rd party licenses at the top of the uglified file.

httpete
  • 2,765
  • 26
  • 34

1 Answers1

0

https://github.com/systemjs/builder/issues/329

Shows the answer which is undocumented.

httpete
  • 2,765
  • 26
  • 34