Guillaume Renard

Results 3 issues of Guillaume Renard

### Describe the bug I have a `HelloWorld.tsx` component that displays a random joke using the https://api.chucknorris.io/jokes/random API (sorry about that), which I'm mocking using MSW: ```ts // src/mocks/handlers.ts import...

feat: browser
p3-minor-bug

The `webpack-mf` project inside `module-federation-interop` on the main branch does not run. Here is the error: ``` PS C:\...\rspack-examples\rspack\module-federation-interop\webpack-mf> pnpm dev > [email protected] dev C:\...\rspack-examples\rspack\module-federation-interop\webpack-mf > webpack serve [webpack-cli] Invalid...

### Describe the issue I am authoring a library that has Axios 1.7.4 as peer dependency (so Axios is not bundled with it). The lib has both ESModule and CommonJS...