Ovidiu Cherecheș
Ovidiu Cherecheș
@nderscore PnP compatibility should be fixed in v6. - Please check out the [migration guide](https://github.com/react-cosmos/react-cosmos/blob/main/docs/MIGRATION_V6.md) if you want to try it out. - Also updated the [pnp-example](https://github.com/react-cosmos/pnp-example) repo and created...
> Same for me. Not CRA, but latest webpack and custom configs. > https://github.com/sshmyg/frontend repo for reproducing. Same issue. Babel is configured to compile `src` dir only: https://github.com/sshmyg/frontend/blob/85490fdd8a9a80e3fc3d76764679473bf94832b5/webpack.config.js#L96-L108 And Cosmos...
Great news! The `ignore` config option exactly as outlined by @crobinson42 at the start of this issue is now available. Just published under `react-cosmos@next`. Make sure to check out the...
@CodeJPB That's great to hear! Happy to add those logos to the website, but could you provide SVG options for them? They look much better regardless of the screen resolution...
> this is my `cosmos.config.json` > > ``` > { > "port": 4040, > "webpack": { > "configPath": "@nrwl/react/plugins/webpack" > } > } > ``` > > but i am...
I have no authority here, but it seems like any OSS author's dream to be offered this sort of help. @JedWatson is your man.
Cosmos latest already embraces this, and the 0.14 boilerplate features [`react-transform-catch-errors`](https://github.com/skidding/cosmos/blob/5e99788e2f1eb2907a7bcf965dfa372ec0098e56/webpack-boilerplate/react-0.14/webpack.config.dev.js#L33) integration. Did you try/use that boilerplate?
> the bundle produced doesn't seem to work when linked to cosmos Not sure what "linked to cosmos" means. This repo just bundles a React component, [Cosmos](https://github.com/skidding/cosmos) is the built-in...
I can only assume you were trying to test some changes to ComponentPlayground inside Cosmos. I had the same problem since this is how I test ComponentPlayground changes: by linking...
Sure. I think _will_ is better since you get to access the counters of the last render, though the counters should probably be private in which case it won't make...