Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a7cf3d1

Browse files
committed
fix(ano-ui): build error for utils
1 parent 0527a9d commit a7cf3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ano-ui/build.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineBuildConfig } from 'unbuild'
22

33
export default defineBuildConfig({
4-
entries: ['src/index', 'src/preset'],
4+
entries: ['src/index', 'src/preset', 'src/utils'],
55
declaration: true,
66
clean: true,
77
rollup: {

0 commit comments

Comments
 (0)