Skip to content

Commit b9d129e

Browse files
committed
chore: wip
1 parent a2a0be3 commit b9d129e

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.stacks/core/config/build.config.ts

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,31 @@ import { alias, defineBuildConfig } from '@stacksjs/development'
22

33
export default defineBuildConfig({
44
alias,
5-
entries: ['src/index'],
6-
declaration: true,
7-
clean: true,
5+
6+
entries: [
7+
'src/index',
8+
],
89

910
externals: [
1011
'@novu/stateless',
11-
'axios',
12+
'@stacksjs/storage',
13+
'@stacksjs/path',
14+
'@stacksjs/types',
15+
'@stacksjs/utils',
16+
'@vinejs/vine',
1217
'c12',
18+
'macroable',
1319
'cac',
1420
'consola',
15-
'detect-indent',
16-
'detect-newline',
1721
'execa',
18-
'fs-extra',
1922
'kolorist',
2023
'meilisearch',
21-
'mime-db',
2224
'neverthrow',
2325
'node-ray',
2426
'ora',
2527
'pathe',
26-
'pluralize',
2728
'rimraf',
2829
'semver',
29-
'slugify',
3030
'vite',
3131
'vite-plugin-inspect',
3232
'vite-plugin-pwa',
@@ -38,11 +38,12 @@ export default defineBuildConfig({
3838
'unplugin-auto-import',
3939
'unplugin-vue-components',
4040
'yaml',
41-
'zod',
42-
'zod-error',
4341
],
4442

4543
rollup: {
4644
inlineDependencies: true,
4745
},
46+
47+
declaration: true,
48+
clean: true,
4849
})

0 commit comments

Comments
 (0)