Attempts to load multiple modules only loads the first.
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 546
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
I'm attempting to load several modules (multiple bundle.js files in different directories) using the following method:
```
```
The first bundle.js gets loaded, however the subsequent bundle.js files never load.
```
```
In the above example, only /first/bundle.js gets loaded.
Is what I'm attempting to do even feasible?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how dimport initializes from each script tag and handles the data-main attribute, then reproduce the issue with the two bundle paths shown in the report. Done means either multiple bundles load as requested or the supported limitation and required usage are documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100