charlespockert / aurelia-debugger

Visual debug tool for Aurelia
MIT License
5 stars 2 forks source link

Updated package.json for new Aurelia packages #3

Closed AStoker closed 8 years ago

AStoker commented 8 years ago

Aurelia has updated their packages. One of the big updates is the updated dependency of core-js. Have two versions of core-js in a project slows down page load significantly. Because this package depended on old versions of Aurelia, it was pulling old versions of core-js, causing two versions of core-js to be loaded.

charlespockert commented 8 years ago

Happy to merge this, does the debugger work with the new release then?

AStoker commented 8 years ago

The debugger works with the skeleton project, I'm still having issues in my project with it however. I need to work on getting the skeleton project to a state similar to my project so I can get you a repro. But again, these changes work in the skeleton aurelia project.

AStoker commented 8 years ago

Got a repro for issue https://github.com/charlespockert/aurelia-debugger/issues/2. This however does not resolve it.

charlespockert commented 8 years ago

Ok I'll check it out a bit later, might be a bit tied up for a couple of days with a load of go live stuff but I'll take a look if I get a chance

AStoker commented 8 years ago

Awesome. This pull should still be good though, since it's just version updates.

charlespockert commented 8 years ago

@AStoker sorry not got round to this for aaaaaages - been working/stressed :)

AStoker commented 8 years ago

No worries!