Is there a way of doing something similar to unpkg for private npm repositories? I am specifically using sonatype nexus.
The closest thing I can think of is to do an npm build and publish the JS files in some web server somewhere and include it using <script ...>