Skip to content

Commit ccb9ec0

Browse files
committed
bundle modules
1 parent 3dcc616 commit ccb9ec0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/packages/block/vite.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ export default defineConfig({
1111
...getDefaultConfig({
1212
dist,
1313
entry: {
14+
'block/index': 'block/index.ts',
15+
'block-grid/index': 'block-grid/index.ts',
16+
'block-list/index': 'block-list/index.ts',
17+
'block-rte/index': 'block-rte/index.ts',
18+
'block-type/index': 'block-type/index.ts',
1419
manifests: 'manifests.ts',
1520
'umbraco-package': 'umbraco-package.ts',
1621
},

0 commit comments

Comments
 (0)