akserg / ng2-slim-loading-bar

Angular 2 component shows slim loading bar at the top of the page.
MIT License
358 stars 93 forks source link

Source maps are missing (v2.0.0) #17

Closed wojciechpolak closed 8 years ago

wojciechpolak commented 8 years ago

Hi, when doing a production build with systemjs-builder:

Error on fetch for npm:ng2-slim-loading-bar@2.0.0/index.js at file://[PROJECT-PATH]/jspm_packages/npm/ng2-slim-loading-bar@2.0.0/index.js
    Loading src/app/app.module.ts
    Loading src/main.ts
    Error: ENOENT: no such file or directory, open '[PROJECT-PATH]/jspm_packages/npm/ng2-slim-loading-bar@2.0.0/index.js.map'
    at Error (native)

/jspm_packages/npm/ng2-slim-loading-bar@2.0.0/index.js contains //# sourceMappingURL=index.js.map at the end of the file.

akserg commented 8 years ago

Fixed in 2.0.1