Richard Herrera

Results 16 comments of Richard Herrera

I've made another attempt at suppressing the error. Can you confirm that it's working?

It seems like Chrome has issues with resetting flex back to a zero value. Not sure what the workaround is, short of reloading the playground. I'll mark this as low...

I'm also seeing the same issue. Running OS X Mavericks, node 0.10.24. Rolling back to hardy 1.0.1 did not make a difference, the error persists.

Just wanted to chime in here, experiencing the same issue. ES6 was working just fine with `babel@

From my debugging, the problem comes from this line: https://github.com/jhnns/rewire-webpack/blob/master/lib/rewire.web.js#L10 In older versions of Babel, the value of `module` is the corresponding Webpack module id (i.e., if you import `jquery`,...

Babel doesn't touch `node_modules` or `rewire-webpack`. Not in my environment anyway.