bluehalo / ngx-sentio

Components for integrating Sentio with Angular.io
Other
1 stars 1 forks source link

Do not export typescript files #12

Closed bodnarbm closed 7 years ago

bodnarbm commented 7 years ago

Because the npm package currently outputs the typescript files along with the distro js/.map.js files, webpack loaders require loading in the typescript files directly. This increases webpack build times for loaders like ts-loader because they cannot safetly ignore the node_modules directory. This makes the necessary changes to not export the typescript files along with the distro files.

bodnarbm commented 7 years ago

Going to remake this PR directly against the Asymmetrik/angular2-template repo as the main changes can be shared across repos based on angular2-template.