Ionic display 3rd-party-licenses

How to display all 3rd-party-licenses used in Ionic by NPM and Native Plugins, etc?
In native Angular it generates a file 3rdpartylicenses.txt to the dist folder. But not in Ionic.
Ionic should generate such file to comply with the law of copyright licenses.

Ok, the 3rdpartylicenses.txt is now generated in Ionic v4. (Not in Ionic v3).
Not yet checked, that all (npm packages, native plugins) are included …

Hi @Dovel :wave:

Ionic 4 uses the Angular CLI (ng) instead of ionic-app-scripts and automatically generates the 3rdpartylicenses.txt. You should consider upgrading if you need this file.

Best,
Rodrigo