0.6.15 • Published 10 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
10 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
11 months ago
0.0.0-next-20241025122930
11 months ago
0.6.12
11 months ago
0.0.0-next-20241018034826
11 months ago
0.0.0-next-20241018073700
11 months ago
0.0.0-next-20241018073518
11 months ago
0.0.0-next-20241021084851
11 months ago
0.0.0-next-20241017090853
11 months ago
0.0.0-next-20241017102355
11 months ago
0.0.0-next-20241021083129
11 months ago
0.0.0-next-20241018034800
11 months ago
0.0.0-next-20241016071233
11 months ago
0.0.0-next-20241016083243
11 months ago
0.0.2
11 months ago
0.0.0-next-20241016082124
11 months ago
0.0.0-next-20241016062654
11 months ago
0.0.0-next-20241014092946
11 months ago
0.0.0-next-20241010063233
11 months ago
0.0.0-next-20241010040057
11 months ago
0.0.0-next-20241010035127
11 months ago
0.0.0-next-20241010034200
11 months ago
0.0.0-next-20241010031731
11 months ago
0.0.0-next-20241009093433
11 months ago
0.0.0-next-20241009084741
11 months ago
0.0.0-next-20241009081924
11 months ago