We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68844dc commit aa04b46Copy full SHA for aa04b46
1 file changed
scatterchart/rsbuild.config.ts
@@ -20,6 +20,7 @@ const assetPrefix = '/plugins/ScatterChart/';
20
export default defineConfig({
21
server: { port: 3010 },
22
dev: { assetPrefix },
23
+ source: { entry: { main: './src/index-federation.ts' } },
24
output: {
25
assetPrefix,
26
copy: [{ from: 'package.json' }, { from: 'README.md' }, { from: '../LICENSE', to: './LICENSE', toType: 'file' }],
0 commit comments