Tom Sherman
Tom Sherman
Reproduction: 1. Checkout https://github.com/tom-sherman/response-multipart/commit/ebbe84ee913c7ff87905134ca774baf1f0fde268 2. Run `deno run --allow-all scripts/build_npm.ts` Actual behaviour: `npm/src/deps/deno.land/[email protected]/bytes/mod.ts` contains unused exports Desired behaviour: Only the used exports should be included --- It would be good...
I want to publish the library to npm so that it assumes some globals exist eg. Headers, Response, ReadableStream. I don't want these globals to be shimmed in any way,...
When I run `electron .` the app works perfectly, however when I run `next build renderer && next export renderer` (specifically the `next export` command) I get the following log:...
in-source: false allows Rescript files to be built to an external directory, instead of the build artefacts existing next to the source files. Is this possible? I tried to specify...
Should probably utilise a Web Worker to perform the minification in a separate thread.
See https://reactnative.dev/docs/new-architecture-library-intro https://reactnative.dev/blog/2022/06/16/resources-migrating-your-react-native-library-to-the-new-architecture
See https://reactnative.dev/docs/new-architecture-library-intro https://reactnative.dev/blog/2022/06/16/resources-migrating-your-react-native-library-to-the-new-architecture
Is this possible? When I try I cannot get past the error: ``` Shared module is not available for eager consumption: webpack/sharing/consume.default/react-native/react-native ```
I needed to patch this in order to get known remotes working and sync imports working. Patch here: https://github.com/tom-sherman/module-federation-repack/blob/466d5fddcb22391c380ebbe5b4583415c311721d/host/patches/%40callstack%2Brepack%2B2.5.1.patch From what I could see when the runtime tries to reload...
If I try to use `remotes` and `import()` to reference federated modules I receive the following error: ``` Shared module is not available for eager consumption: webpack/sharing/consume/default/react/react?6273 Error: Shared module...