Skip to content

Commit aa04b46

Browse files
authored
[FIX] Add source file for scatterchart (#395)
Signed-off-by: Lachlan Heywood <lachieh@users.noreply.github.com>
1 parent 68844dc commit aa04b46

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scatterchart/rsbuild.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const assetPrefix = '/plugins/ScatterChart/';
2020
export default defineConfig({
2121
server: { port: 3010 },
2222
dev: { assetPrefix },
23+
source: { entry: { main: './src/index-federation.ts' } },
2324
output: {
2425
assetPrefix,
2526
copy: [{ from: 'package.json' }, { from: 'README.md' }, { from: '../LICENSE', to: './LICENSE', toType: 'file' }],

0 commit comments

Comments
 (0)