-
Notifications
You must be signed in to change notification settings - Fork 300
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Allow bundle name spacing (#1774)
* use worker threads for webpack dev server if possible * feat: ✨ Allow bundle namespacing Currently everything gets read from bundleAssets and put it under window.xarcv1.rt.bundles directly. This PR adds namespacing capabilities to have multiple bundle assets and allows subapps to be loaded from different namespaces. Co-authored-by: Joel Chen <[email protected]> Co-authored-by: Joel Chen <[email protected]>
- Loading branch information
1 parent
27f6236
commit 2d56858
Showing
3 changed files
with
65 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters