-
Here's an example:
```ts
import * as ss from "npm:simple-statistics";
console.log(ss); // just to make this lint
const blob = new Blob([
`export default () => import('npm:simple-statistics'…
-
## Feature request
**What is the expected behavior?**
It seems that although dynamic imports are supported in federated modules, and it is possible to obtain `remoteEntry.js` on ru…
-
Am I required to bundle dependencies or is there a way to support dynamic imports with `happy-dom`?
-
I am trying to use Deno to write a full stack web application and one of the things that feels missing to me is the lack of ability of the `Deno.emit()` or the CLI bundler to do any code splitting usi…
-
### Describe the bug
When working with SSR, one would expect patterns like this to work:
```js
if (import.meta.env.SSR) {
const { data } = await import('./loadServer');
console.log(data);
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I am using a headless inappwebview in my Flutterflow application. Upon the first call to the …
-
### System Info
N/A
### Details
I do not think all the magic comments used with dynamic imports in webpack are supported in rspack yet.
Can we please include in the documentation what all magic…
-
Our app seems to have clients stuck in a bad state, caused by failed dynamic imports due to bad configuration.
The dynamic import errors were caused by the app being served from multiple different …
-
Description:
In our Angular project, we are using the component from the vidstack library. When the video is not in HLS format, the video fails to initialize correctly, even though the tag is cor…
-
### Description
Currently `antd` components are being loaded statically. This increases the bundle size and initial load time. Since not all components are needed at the start, please load all AntD R…