0.6.15 • Published 9 months ago
@module-federation/rsbuild-plugin v0.6.15
@module-federation/rsbuild-plugin
Example
npm install @module-federation/rsbuild-plugin -D
npm install @module-federation/enhanced
Rsbuild App
import { pluginModuleFederation } from '@module-federation/rsbuild-plugin';
import { defineConfig } from '@rsbuild/core';
import { pluginReact } from '@rsbuild/plugin-react';
export default defineConfig({
server: {
port: 2000,
},
plugins: [
pluginReact(),
pluginModuleFederation({
name: 'federation_consumer',
remotes: {
remote1: 'remote1@http://localhost:2001/mf-manifest.json',
},
shared: ['react', 'react-dom'],
}),
],
});
Rslib Module
import { pluginModuleFederation } from '@module-federation/rsbuild-plugin';
import { defineConfig } from '@rslib/core';
export default defineConfig({
lib: [
// ...
{
format: 'mf',
output: {
distPath: {
root: './dist/mf',
},
assetPrefix: 'http://localhost:3001/mf',
},
plugins: [
// ...
pluginModuleFederation({
name: 'rslib_provider',
exposes: {
'.': './src/index.tsx',
},
shared: {
react: {
singleton: true,
},
'react-dom': {
singleton: true,
},
},
}),
],
},
],
});
0.0.0-next-20241101074502
10 months ago
0.0.0-next-20241101093646
10 months ago
0.6.15
9 months ago
0.0.0-next-20241030074135
10 months ago
0.0.0-next-20241029065803
10 months ago
0.0.0-next-20241029083753
10 months ago
0.0.0-next-20241029032646
10 months ago
0.0.0-next-20241029093536
10 months ago
0.0.0-next-20241030095049
10 months ago
0.6.14
10 months ago
0.6.13
10 months ago
0.0.0-next-20241025122930
10 months ago
0.6.12
10 months ago
0.0.0-next-20241018034826
10 months ago
0.0.0-next-20241018073700
10 months ago
0.0.0-next-20241018073518
10 months ago
0.0.0-next-20241021084851
10 months ago
0.0.0-next-20241017090853
10 months ago
0.0.0-next-20241017102355
10 months ago
0.0.0-next-20241021083129
10 months ago
0.0.0-next-20241018034800
10 months ago
0.0.0-next-20241016071233
10 months ago
0.0.0-next-20241016083243
10 months ago
0.0.2
10 months ago
0.0.0-next-20241016082124
10 months ago
0.0.0-next-20241016062654
10 months ago
0.0.0-next-20241014092946
10 months ago
0.0.0-next-20241010063233
10 months ago
0.0.0-next-20241010040057
10 months ago
0.0.0-next-20241010035127
10 months ago
0.0.0-next-20241010034200
10 months ago
0.0.0-next-20241010031731
10 months ago
0.0.0-next-20241009093433
10 months ago
0.0.0-next-20241009084741
10 months ago
0.0.0-next-20241009081924
10 months ago