Mike Fowler

Results 21 comments of Mike Fowler

@ljharb if we upgrade to the next major version of `svgo`, these types of issues should go away. For example, as of `[email protected]`, the following is possible: ```js // babel.config.js...

@ljharb you bet, working on it!

After digging in a bit, I found [this comment](https://github.com/airbnb/babel-plugin-inline-react-svg/pull/34#issuecomment-350714945) to have accurately summed up the issue with upgrading `svgo` (namely, `.optimize` is no longer synchronous). @ljharb, given that you have...

Hi @paritosharya007! There is no support for the functionality you're describing, but please feel free to use the logic contained herein! You should be able to re-use a good bit...

Thanks for the note, @dsas. I've been addressing this flaw over in the `multiple-instances` branch. It's also a full-rewrite, albeit with the same API. It's mostly fully functioning, just pending...

For those of you who are wishing for this functionality, it's being worked on (and nearly complete) in the “multiple-instances” branch.

@evenchange4 @kusmierz did either of you find a solution for this?

@MikaAK were you able to get this working in a Webpack config containing multiple entries? I've run into the same `Multiple chunks emit assets to the same filename ssr-bundle.js` issues

@adlawson any chance we could get eyes on this? Thank you for your work on this package!

@toddw, I recently upgraded a personal project to use React Hot Loader 3 ([upgrade example](https://github.com/gaearon/redux-devtools/commit/64f58b7010a1b2a71ad16716eb37ac1031f93915)) and `react-with-styles` does seem to be working with HMR. Maybe give that a shot?