-
Notifications
You must be signed in to change notification settings - Fork 7
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
Does not work with plugin-typescript #12
Comments
Are you able to identify the problematic area? |
It seems to hang at this request:
|
I get the same issue. What makes you think its that request? |
I now disabled caching and the first request that stays in a |
This is really hard to debug, as the browser freezes as soon as I include plugin-typescript. |
Try with throttle |
Leaving to go home. Will check again there |
Alright. I will try to debug it further tonight. I just noticed that the lock file still contains the urls to my company's proxy. :) So that will probably have to change. |
I just deleted it. Im going to try now with the jspm package override and see if that works |
This is failing for me as well. It might have something to do with overrides... If you want to manually apply overrides, just copy them out of the jspm registry and add them to the package.json of the packages before doing a config gen. |
So I narrowed it down to UpdateWhen I only load this file through systemjs, the browser freezes: require('jspm-nodelibs-buffer'); Update 2When I install the newest version of https://github.com/feross/buffer directly, the browser does not freeze anymore. But now it hangs at: require('jspm-nodelibs-string_decoder'); |
Thanks for tracking this. I'll play with it in a bit. Did you install from github or npm? |
I tried both. |
I'm doing some funky stuff with that. Look at the systemjs-nodelibs |
I see. When installing
|
Will check this out in an hour or so |
Sorry for the delay, busy weekend, with too little time. The peer dependency issue is because JSPM internally uses a non standard npm package dep convention, since they assume that it will only be installed using JSPM. I want to try make this cleaner. Also now that you and Guy have pushed npm package updates, we can probably use those instead, which will speedup yarn installs since it doesn't need to resolve the github package every install. |
Any progress on the source of the bug? |
No worries :) No, unfortunately I could not find it. |
I'll try play some more today. |
When trying to use plugin-typescript the chrome tab hangs with 100% CPU usage.
The text was updated successfully, but these errors were encountered: