Yves Chedemois

Results 20 comments of Yves Chedemois

Thanks for the answer, makes sense. I continued playing with your approach (and with https://www.npmjs.com/package/meteoredux, which takes a similar approach, but automates the handling of the "collection changed" actions). I...

The problem is not @babel/runtime 7.0.0, it is 7.0.0-beta.42. There was a breaking change in beta.56, so versions before that are not compatible with the final releases of the babel...

@mydea I'm not sure what you describe is really related to the issue here, but I'm seeing it as well and it is indeed fairly annoying. I've been using [yarn-tools](https://www.npmjs.com/package/yarn-tools)...

@TedAvery the issue with doing that on the client is that it requires more data roundtrips. That's what this package is supposed to avoid :-)

[removed, more up-to-date findings in next comment]

Running some more tests, I actually narrowed it down to an issue with .**s**css and .js**x** files specifically: (for some reason, when initially developping the app, we adopted the convention...

Yeah, sorry if I wasn't clear, took me a couple iterations to exactly identify the symptoms. This is not a conflict with the files the plugin generates, but a conflict...

Awesome - that's good enough for me :-) Thanks!

Like the OP, I'm seeing the "DevTools failed to parse SourceMap: http://localhost:3000/url/of/the/page/currently/being/viewed/minus/the/last/part/MyComponent.css.map" messages in Chrome. Rather than disabling sourceMaps, though, I'd like to get them working :-) (although being able...

Also, if that is deemed useful, I would happily hand the code over to the drupal-composer vendor so that we can centralize "drupal / composer best practices and tools" to...