Mike Kornelson
Mike Kornelson
I'm using HappyPack v4.0.1 with webpack v3.8.1, babel-Loader v7.1.2, babel-preset-env v1.6.1 and babel-plugin-transform-object-rest-spread and I'm seeing the exact same problem. I'm compiling for node and trying to use object-rest-spread. HappyPack...
Yeah it's possible. I'll definitely help out if you start merging webpack2 back into master. I'm just not quite sure where you'd start?
Yes! I saw the change. I've built my app using crater as a base. I've successfully merged everything from your webpack2 branch and all the new stuff from master. I'm...
Sorry, that was from a fresh git clone of master.
Ok. I can finally reproduce it! It's definitely something with the Meteor login code. I'll try to outline the steps to reproduce it again: 1. git clone a fresh crater...
Oh, I'll just upload the profiles here. [Crater #106 Profiles.zip](https://github.com/jcoreio/crater/files/764159/Crater.106.Profiles.zip)
No. My if I profile my browser it seems fine. Mostly (idle). In fact, if I close my browser the cpu on the server stays pinned.
I'll check it out and report back.
Ok. I thought I had tried this already but I obviously didn't. I tried using Node 4 instead of 6. And it's fine now. Node: v4.7.3 Npm: v2.15.11 This is...
I tried using meteor-webpack before and it was really slow, especially during development. I also ran into the problem where it forced you to use certain package versions and you...