-
-
Notifications
You must be signed in to change notification settings - Fork 222
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
Babili no longer working with webpack 3.0.0 #590
Comments
It works perfectly in the reply which adds to the annoyance here haha I'm sure it's something stupid I am doing but I can't imagine what - this is an extremely simple setup. Switching to uglify fixes this: return Object.keys(e).reduce(function() {
for (var r = arguments.length, t = Array(r), n = 0; n < r; n++)
t[n] = arguments[n];
return console.log(
'reduction: ',
t,
t.length,
), u.apply(void 0, [e].concat(t));
}, {}); |
Yeah, this one has been biting a lot of people—it's fixed on master by #578, but not yet released! |
Released new version https://github.com/babel/babili/releases/tag/babili%400.1.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of webpack 3 this appears to no longer work. I thought it was a few other things but I have narrowed it down to babili breaking arg spreading.
I have updated everything to the latest.
I can see it is not doing the right thing:
My babel config is just default
The text was updated successfully, but these errors were encountered: