Skip to content

Commit

Permalink
feat: single runtime example
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedAlchemy committed Dec 4, 2024
1 parent fb71ab8 commit a928413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime-plugins/single-runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ Both apps share:
- ReactDOM (singleton)
- Lodash (version matching)

The single runtime plugin ensures these shared dependencies maintain their singleton status by preventing duplicate runtime loading from the same build.
The single runtime plugin ensures these shared dependencies maintain their singleton status by preventing duplicate runtime loading from the same build. Also prevents collisions caused by loading 2 runtimes from the same build at once

0 comments on commit a928413

Please sign in to comment.