Skip to content

Fix js module federation - #1

Open
Remcoman wants to merge 813 commits into
masterfrom
fix-js-module-federation
Open

Fix js module federation#1
Remcoman wants to merge 813 commits into
masterfrom
fix-js-module-federation

Conversation

@Remcoman

@Remcoman Remcoman commented Nov 7, 2023

Copy link
Copy Markdown
Owner

Current Behavior

Module federation for @nx/react does not work correctly in combination with the js option. 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 missing bootstrap file.

Expected Behavior

Module federation should work with @nx/react and the js option

Related Issue(s)

Fixes nrwl#20066

Changes

  • Output js files when options.js = true
  • Add tests for js=true and js=false option
  • Also made sure that tests for typescriptConfiguration=true and typescriptConfiguration=false are only focused on the configuration files

JamesHenry and others added 25 commits January 26, 2024 11:56
Co-authored-by: Yiping <YipingRuan@users.noreply.github.com>
@jaysoo
jaysoo force-pushed the fix-js-module-federation branch from 768ac6e to b1e77f2 Compare January 29, 2024 19:14
@jaysoo
jaysoo force-pushed the fix-js-module-federation branch from b1e77f2 to f90b882 Compare January 29, 2024 20:24
JamesHenry and others added 18 commits February 9, 2024 18:09
@xiongemi
xiongemi force-pushed the fix-js-module-federation branch from 6db5194 to 1831a80 Compare February 12, 2024 17:05
@xiongemi
xiongemi force-pushed the fix-js-module-federation branch from 1831a80 to 43fed36 Compare February 12, 2024 19:22
@xiongemi
xiongemi force-pushed the fix-js-module-federation branch from 43fed36 to 2d24ef8 Compare February 12, 2024 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Module federation using js is broken