Rohith Ramakrishnan

Results 19 issues of Rohith Ramakrishnan

Feature Request : automation for humans should support automation of Mac OS apps.

enhancement
help wanted

### Rollup Version 3.23.0, 4.1.4 ### Operating System (or Browser) all ### Node Version (if applicable) _No response_ ### Link To Reproduction https://stackblitz.com/edit/webpack-webpack-js-org-sn8gdc ### Expected Behaviour ```js export * from...

tยน ๐Ÿž bug
tโธ โ‹… triage

Number of chunks created also can be a potential performance deterrent. Ideally we don't want too many chunks as well as too less chunks. The number of chunks that a...

### Clear and concise description of the problem In webpack's module federation, there's a way to declare a shared dependency as `import: false`, when we do that the bundler doesn't...

๐Ÿž bug

### Describe the bug When a host is initialized with some shared modules say `react` and then host loads a remote which also shares `react`, the module registered by the...

### Describe the bug rspack rewrites the import for an exposed module from a remote to a static import rather than a dynamic import using `loadRemote` This is causing 2...

### Clear and concise description of the problem There's no way to mark exposed modules as eager and having the ability to load them synchronously. ### Suggested solution Shared modules...

### Describe the bug I am using Module Federation Runtime + `nodeRuntimePlugin` from `@module-federation/node/runtimePlugin` as provided in the example here: https://module-federation.io/plugin/plugins/index.html#configuration I am getting the following error: ```sh ReferenceError: [...

## ๐Ÿš€ Feature Proposal Currently fawkes steps are exposed through the CLI as separate commands which directly take in configuration from fawkes's config file. This needs to be changed to...

tech