Fix js module federation - #1
Open
Remcoman wants to merge 813 commits into
Open
Conversation
nrwl#21369) Co-authored-by: Jonathan Cammisuli <jon@cammisuli.ca>
Co-authored-by: Yiping <YipingRuan@users.noreply.github.com>
…flect allowed params and return value (nrwl#15339)
jaysoo
force-pushed
the
fix-js-module-federation
branch
from
January 29, 2024 19:14
768ac6e to
b1e77f2
Compare
jaysoo
force-pushed
the
fix-js-module-federation
branch
from
January 29, 2024 20:24
b1e77f2 to
f90b882
Compare
xiongemi
force-pushed
the
fix-js-module-federation
branch
from
February 12, 2024 17:05
6db5194 to
1831a80
Compare
xiongemi
force-pushed
the
fix-js-module-federation
branch
from
February 12, 2024 19:22
1831a80 to
43fed36
Compare
xiongemi
force-pushed
the
fix-js-module-federation
branch
from
February 12, 2024 20:02
43fed36 to
2d24ef8
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Current Behavior
Module federation for @nx/react does not work correctly in combination with the
jsoption. When executed in spits out a combination of js and ts files. If you try to start up the project it will complain about a missingbootstrapfile.Expected Behavior
Module federation should work with @nx/react and the
jsoptionRelated Issue(s)
Fixes nrwl#20066
Changes
options.js = true