Skip to content

Commit 41f94ba

Browse files
committed
fix(sourcemaps): Add *.ts files to built packages
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 angular-ui/ui-router#3465.
1 parent ddfc1dc commit 41f94ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
**/.*
33
.*
44

5-
src
65
test
76
scripts
87
node_modules

0 commit comments

Comments
 (0)