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

Add source map to build bundle #40

Closed david-gang closed 8 years ago

david-gang commented 8 years ago

The resulting JavaScript file of the build comes without source maps Would be great to add this

MikeRyanDev commented 8 years ago

We're close to having this in the new TS build.

timkindberg commented 8 years ago

@MikeRyan52 do we have this yet?

MikeRyanDev commented 8 years ago

We're generating source maps now but I've gotten reports that they are corrupted.

david-gang commented 8 years ago

Hi,

If i compare the cjs folder to other projects(rxjs). I see that they have .map files, In ng-forward they are missing.

Maybe this info is helpful for you.

BR, David