Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: format readmes
  • Loading branch information
Nsttt committed Mar 5, 2025
commit 2f1852cd9dfe6b5b75316f8475c3b4de593faff1
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ module.exports = withZephyr()({
});
```

This integration enables improved module federation consumption capabilities with the performance benefits of Rspack and Zephyr platform services.
This integration enables improved module federation consumption capabilities with the performance benefits of Rspack and Zephyr platform services.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ module.exports = withZephyr()({
});
```

This integration enables improved module federation capabilities with the performance benefits of Rspack and Zephyr platform services.
This integration enables improved module federation capabilities with the performance benefits of Rspack and Zephyr platform services.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ import { withZephyr } from 'vite-plugin-zephyr';
const mfConfig = {
name: 'consumer',
remotes: {
'provider': {
provider: {
name: 'provider',
entry: 'http://localhost:3004/remoteEntry.js',
}
},
},
// Module Federation configuration
};
Expand All @@ -42,4 +42,4 @@ export default defineConfig({
});
```

This integration provides improved module federation capabilities with the fast build times of Vite and the power of Zephyr platform services.
This integration provides improved module federation capabilities with the fast build times of Vite and the power of Zephyr platform services.
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ export default defineConfig({
});
```

This integration provides improved module federation capabilities with the fast build times of Vite and the power of Zephyr platform services.
This integration provides improved module federation capabilities with the fast build times of Vite and the power of Zephyr platform services.
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ module.exports = withZephyr()({
new ModuleFederationPlugin({
name: 'consumer',
remotes: {
'provider': 'provider@http://localhost:3000/remoteEntry.js',
provider: 'provider@http://localhost:3000/remoteEntry.js',
},
// ...
}),
],
});
```

This integration allows for improved module federation capabilities with Zephyr platform services.
This integration allows for improved module federation capabilities with Zephyr platform services.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ module.exports = withZephyr()({
});
```

This integration allows for improved module federation capabilities with Zephyr platform services.
This integration allows for improved module federation capabilities with Zephyr platform services.