We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dcc616 commit ccb9ec0Copy full SHA for ccb9ec0
src/packages/block/vite.config.ts
@@ -11,6 +11,11 @@ export default defineConfig({
11
...getDefaultConfig({
12
dist,
13
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',
19
manifests: 'manifests.ts',
20
'umbraco-package': 'umbraco-package.ts',
21
},
0 commit comments