Skip to content
This repository has been archived by the owner on Dec 17, 2018. It is now read-only.

Source maps not working for tests #14

Closed
litzebauer opened this issue Feb 8, 2017 · 3 comments
Closed

Source maps not working for tests #14

litzebauer opened this issue Feb 8, 2017 · 3 comments
Assignees
Labels

Comments

@litzebauer
Copy link
Collaborator

litzebauer commented Feb 8, 2017

See this in the Jamsine console: SourceMap position not found for trace: undefined

Sourcemaps aren't working in chrome either

@litzebauer litzebauer changed the title Source maps not working for PhantomJS tests Source maps not working for tests Feb 8, 2017
@gonzofish
Copy link
Owner

it should be fixed in master, but i'll take a look at the version you're running (0.0.10-alpha)

@gonzofish gonzofish added the bug label Feb 8, 2017
@gonzofish gonzofish self-assigned this Feb 8, 2017
@gonzofish
Copy link
Owner

I think this is a result of angular2-template-loader, via this issue

@gonzofish
Copy link
Owner

angular2-template-loader is the culprit. To fix from a shell do:

npm rm angular2-template-loader

Update package.json so angular2-template-loader is "0.6.0" not "^0.6.0" and run

npm i angular2-template-loader

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants