Juan Carlos Medina

Results 45 comments of Juan Carlos Medina

Which Webpack version are you using?

Just for another data point. I tested with Webpack 5 and it works. It should work with Webpack 4.

I see the issue. The recent Webpack 5 compatibility is based on `webpack-dev-server@^4`. See the [migration guide for v4](https://github.com/webpack/webpack-dev-server/blob/master/migration-v4.md). I'm not sure what is the best next step: - Is...

Would wrapping the component in a function help? [`renderInputComponent: () => InputComponent`](http://codepen.io/anon/pen/BpWebR) However, I'd prefer a more intuitive API for `react-autowhatever`.

> You can override some styles for .baseFont in font_b.css and with dedupe i will got invalid result I'm interested in understanding this as well. I've been under the impression...

I am using `[email protected].` where all each of my loaders are split into 4 processes with their own `cache-loader`. I haven't run into major issues. There are some hiccups where...

> I will add tests and other items on the checklist once I can get some sort of confirmation if this is all right. There may be a reason to...

Would this allow for any custom filter method (not just a matcher)? I have use-cases for asynchronously waiting for certain DOM elements to have their attributes updated. At the moment,...

I ended up writing my own wrapper. It had an _okay_ success in my work -- since it is yet another way to do things. But I leave this here...

Where is the latest published? I only see up to 3.0.1 at https://www.npmjs.com/package/postcss-advanced-variables I am looking for ^4