Skip to content

Commit

Permalink
chore: update federation tester configs
Browse files Browse the repository at this point in the history
  • Loading branch information
jbroma committed Oct 18, 2024
1 parent 2a4079c commit eb893be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/tester-federation/rspack.config.host-app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default (env) => {
},
},
},
// Repack.REACT_NATIVE_CODEGEN_RULES,
Repack.REACT_NATIVE_CODEGEN_RULES,
{
test: Repack.getAssetExtensionsRegExp(Repack.ASSET_EXTENSIONS),
use: {
Expand Down
8 changes: 1 addition & 7 deletions apps/tester-federation/rspack.config.mini-app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default (env) => {
},
},
},
// Repack.REACT_NATIVE_CODEGEN_RULES,
Repack.REACT_NATIVE_CODEGEN_RULES,
{
test: Repack.getAssetExtensionsRegExp(Repack.ASSET_EXTENSIONS),
use: {
Expand Down Expand Up @@ -142,12 +142,6 @@ export default (env) => {
eager: false,
requiredVersion: '0.76.0-rc.6',
},
'react-native/Libraries/Core/Devtools/getDevServer': {
singleton: true,
eager: true,
requiredVersion: '0.76.0-rc.6',
shareScope: 'internal',
},
'@react-navigation/native': {
singleton: true,
eager: false,
Expand Down

0 comments on commit eb893be

Please sign in to comment.