angular-ui / ui-router

The de-facto solution to flexible routing with nested views in AngularJS
http://ui-router.github.io/
MIT License
13.54k stars 3k forks source link

fix(sourcemaps): Add *.ts files to built packages fixes #3465 #3466

Closed aeisenberg closed 7 years ago

aeisenberg commented 7 years ago

In order to create correct sourcemaps, all target sources must be available at generation time. Additionally, when the browser loads source maps, they must be available to the browser at the specified path.

This fix ensures that *.ts files are shipped in the npm package and bower component.

Fixes #3465.