File tree Expand file tree Collapse file tree 3 files changed +33
-37
lines changed Expand file tree Collapse file tree 3 files changed +33
-37
lines changed Original file line number Diff line number Diff line change @@ -5,44 +5,44 @@ export default defineBuildConfig({
5
5
entries : [ 'src/index' ] ,
6
6
declaration : true ,
7
7
clean : true ,
8
+
8
9
externals : [
9
- 'fast-glob' ,
10
- 'fsevents' ,
11
- 'sass' ,
12
- 'unbuild' ,
13
- 'unplugin-auto-import' ,
14
- 'unplugin-vue-components' ,
15
- 'vite-ssg' ,
16
- 'vite' ,
10
+ '@novu/stateless' ,
11
+ 'axios' ,
12
+ 'c12' ,
13
+ 'cac' ,
14
+ 'consola' ,
15
+ 'detect-indent' ,
16
+ 'detect-newline' ,
17
17
'execa' ,
18
- 'ora' ,
18
+ 'fs-extra' ,
19
+ 'kolorist' ,
20
+ 'meilisearch' ,
21
+ 'mime-db' ,
19
22
'neverthrow' ,
20
- '@mdit-vue/plugin-component' ,
21
- 'cac' ,
22
- 'vite-plugin-vue-layouts' ,
23
+ 'node-ray' ,
24
+ 'ora' ,
25
+ 'pathe' ,
26
+ 'pluralize' ,
27
+ 'rimraf' ,
28
+ 'semver' ,
29
+ 'slugify' ,
30
+ 'vite' ,
23
31
'vite-plugin-inspect' ,
32
+ 'vite-plugin-pwa' ,
33
+ 'vite-ssg' ,
34
+ 'vite-plugin-vue-layouts' ,
24
35
'vitepress' ,
25
- 'zod' ,
26
- '@rollup/pluginutils' ,
27
- '@types/markdown-it-link-attributes' ,
28
36
'vue' ,
29
- 'markdown-it' ,
30
- 'markdown-it-shiki' ,
31
- '@mdit-vue/types' ,
32
- '@mdit-vue/plugin-frontmatter' ,
33
- 'meilisearch' ,
34
37
'unocss' ,
35
- 'vite-plugin-pwa' ,
36
- '@novu/stateless' ,
37
- 'semver' ,
38
- 'node-ray' ,
38
+ 'unplugin-auto-import' ,
39
+ 'unplugin-vue-components' ,
39
40
'yaml' ,
40
- 'consola' ,
41
- 'pathe' ,
42
- 'kolorist' ,
41
+ 'zod' ,
42
+ 'zod-error' ,
43
43
] ,
44
+
44
45
rollup : {
45
- // emitCJS: true,
46
46
inlineDependencies : true ,
47
47
} ,
48
48
} )
Original file line number Diff line number Diff line change @@ -4,12 +4,6 @@ export default defineBuildConfig({
4
4
alias,
5
5
6
6
entries : [
7
- {
8
- builder : 'mkdist' ,
9
- input : './src/' ,
10
- outDir : './dist/' ,
11
- format : 'esm' ,
12
- } ,
13
7
'./src/index' ,
14
8
] ,
15
9
@@ -19,6 +13,10 @@ export default defineBuildConfig({
19
13
'unbuild' ,
20
14
] ,
21
15
16
+ rollup : {
17
+ inlineDependencies : true ,
18
+ } ,
19
+
22
20
clean : true ,
23
21
declaration : true ,
24
22
} )
Original file line number Diff line number Diff line change 1
- import { rimraf } from 'rimraf'
2
-
3
- export { rimraf , rimraf as del }
1
+ export { rimraf , rimraf as del } from 'rimraf'
You can’t perform that action at this time.
0 commit comments