-
Hi all, I know you call out in the docs that Vite does not support Dynamic Imports due to limitations with rollup... but I was curious if anything has changed over the past few years or if anyone has …
-
JSONP:
```
"imports_dir" : "imports",
"[import]" : "./${imports_dir}/global_defs.jsonp",
"[import]" : "./${imports_dir}/${dictDirs.AA}/${listDirs.1}/imported.BB.jsonp"
```
The first im…
-
I suspect this plugin might have a problem with dynamic imports. Given `ThemeChooser.mts` that contains:
```
const htmlAsString = await import("./ThemeChooser.html", {with: {type: "html"}}) as { d…
-
JSON:
```
"import_files" : {
"fileAA" : "./dynamic_imports/AA/imported.AA.jsonp",
"fileBB" : "./dynamic_imports/AA/BB/imported.BB.jsonp",
…
-
### Checkboxes for prior research
- [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJavaS…
-
Is there a way to import svgs dynamically?
I would love to be able to do something like this:
***dynamic import hook***
```javascript
import { FunctionComponent } from 'preact';
import { us…
-
### Current Behavior
Currently, adding a new component to the Sistent library documentation requires modifying eight separate files, which includes navigating through dynamic pages and manually set…
-
In the following JSONP snippet, parts of the import path are extracted from a list and a dictionary:
```
"dictDirs" : {"AA" : "AA", "BB" : "BB", "CC" : "CC", "DD" : "DD"},
"listDirs" : ["AA", "BB…
-
In the following JSON code both JSON files are imported properly:
```
"imports_dir" : "imports",
"dir_name_AA" : "AA",
"dir_name_BB" : "BB",
"[import]" : "./imports/AA/imported.AA.jsonp",
"…
-
### Link to the code that reproduces this issue
👆🏻
### To Reproduce
I'm using dynamic imports with MDX to load in some mdx that lives outside the app dir. The approved method for this is to use dyn…