ngUpgraders / ng-forward

The default solution for those that want to write Angular 2.x style code in Angular 1.x
411 stars 36 forks source link

fix issue with sourcemaps #99

Closed david-gang closed 8 years ago

david-gang commented 8 years ago

For some reason browserify and tsify did not work well with inline source maps. I made it external for the cjs folder.

The fix is just a little '.' :-) This fixes #40 for me.

timkindberg commented 8 years ago

LGTM, tested and it indeed adds the map files into the folder next to each associated ts file.