File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -2,31 +2,31 @@ import { alias, defineBuildConfig } from '@stacksjs/development'
2
2
3
3
export default defineBuildConfig ( {
4
4
alias,
5
- entries : [ 'src/index' ] ,
6
- declaration : true ,
7
- clean : true ,
5
+
6
+ entries : [
7
+ 'src/index' ,
8
+ ] ,
8
9
9
10
externals : [
10
11
'@novu/stateless' ,
11
- 'axios' ,
12
+ '@stacksjs/storage' ,
13
+ '@stacksjs/path' ,
14
+ '@stacksjs/types' ,
15
+ '@stacksjs/utils' ,
16
+ '@vinejs/vine' ,
12
17
'c12' ,
18
+ 'macroable' ,
13
19
'cac' ,
14
20
'consola' ,
15
- 'detect-indent' ,
16
- 'detect-newline' ,
17
21
'execa' ,
18
- 'fs-extra' ,
19
22
'kolorist' ,
20
23
'meilisearch' ,
21
- 'mime-db' ,
22
24
'neverthrow' ,
23
25
'node-ray' ,
24
26
'ora' ,
25
27
'pathe' ,
26
- 'pluralize' ,
27
28
'rimraf' ,
28
29
'semver' ,
29
- 'slugify' ,
30
30
'vite' ,
31
31
'vite-plugin-inspect' ,
32
32
'vite-plugin-pwa' ,
@@ -38,11 +38,12 @@ export default defineBuildConfig({
38
38
'unplugin-auto-import' ,
39
39
'unplugin-vue-components' ,
40
40
'yaml' ,
41
- 'zod' ,
42
- 'zod-error' ,
43
41
] ,
44
42
45
43
rollup : {
46
44
inlineDependencies : true ,
47
45
} ,
46
+
47
+ declaration : true ,
48
+ clean : true ,
48
49
} )
You can’t perform that action at this time.
0 commit comments