-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SystemJS 0.18 new baseURL behavior #77
Comments
Here's a patch that works for my project. It does 3 things:
|
@metamatt can you make a PR to robertbaker/karma-jspm? |
this fix works for the 1.* branch, but I hadn't luck applying it to the current master/beta branches |
Updating to 2.0.1-beta.1fixed the baseURL issues for me, but now is giving me different errors that I believe are coming from it adding 'dist' in this path
and my System.js config includes
So I guess it's adding in the |
hitting this issue as well - similar issues to wwseleck |
Same issue as @wwseleck the value "dist" is getting added to my path. I would have thought in jarma.conf.js setting a path override under jspm: {} would have fixed this issue, but it seems the path overrides are ignored. |
#84 fixes this issue for me. You can test by using |
Thanks, the |
At this moment I'm running with
UPDATE: jspm/jspm-cli#1191 |
+1 |
This is happening to me as well. |
Confirmed, this is back now. |
Same error here |
It should be fixed in v0.19.5: systemjs/systemjs#837 |
SystemJS 0.18.0 enforces that baseURL can only be set before other config, and thus karma-jspm's call to
System.config({ baseURL: 'base' })
provokes an error likeThe text was updated successfully, but these errors were encountered: