Skip to content

Commit

Permalink
remove entry as they are already set as default
Browse files Browse the repository at this point in the history
  • Loading branch information
madsrasmussen authored and iOvergaard committed Aug 5, 2024
1 parent dd86295 commit d8b72cf
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/packages/tiny-mce/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,5 @@ const dist = '../../../dist-cms/packages/tiny-mce';
rmSync(dist, { recursive: true, force: true });

export default defineConfig({
...getDefaultConfig({
dist,
entry: {
index: 'index.ts',
'umbraco-package': 'umbraco-package.ts',
manifests: 'manifests.ts',
},
}),
...getDefaultConfig({ dist }),
});

0 comments on commit d8b72cf

Please sign in to comment.