Results 141 comments of Ovidiu Cherecheș

> Has anyone got a workaround? Adding a direct dependency on `webpack` doesn't work, as noted in the original report. Best thing you can do right now is downgrade to...

Update: No reply from the Next community as to how reuse their inlined webpack copy. I fiddled a bit more with reading and initialising Next's inlined webpack copy in Cosmos,...

@balibebas Sorry for all the issues you're having. Did you already follow the [Next.js section](https://github.com/react-cosmos/react-cosmos/tree/main/docs#nextjs)?

> The linked Next.js issue was closed on March 1 with this PR. I don't see how that PR addresses the issue, which is that Next inlined webpack in their...

@hlehmann Here's what I found before adding React Cosmos into the mix: - Cloned `pmmmwh/react-refresh-webpack-plugin` - `cd examples/cra-kitchen-sink` - `yarn` (install) - `yarn start` > React Refresh Plugin: The plugin...

Managed to get RC working in the react-refresh repo. Here are the steps I took: 1. What you said about importing React Refresh from `@pmmmwh/react-refresh-webpack-plugin`. 2. Rename `filename: './index.html'` to...

I don't have experience with create-react-library and haven't tested this solution out, but this is a potential fix: https://stackoverflow.com/a/64392550/128816 As the SO answer points out, your `node` webpack config section...

Wow, I really appreciate your thoughtful proposals. I get easily overwhelmed by issues so it might take a while to properly address all your ideas, but I wanted to at...

> If possible, it would be great if you could find a way to embed Cosmos itself onto the homepage, even if it is just iframed in. This was the...

Here's an update on most of the items mentioned: > The website works really well as a marketing site right now, but it doesn't really capitalize on that by calling...