Skip to content

Commit 30282cb

Browse files
fix: adjust bundler settings for test module outputs
1 parent 33d74c6 commit 30282cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ task('ng.svg', () => {
7979
.dest('.build/modules/svg/$name')
8080
.exec()
8181

82-
config.bundle('index').instructions('! [src/modules/svg/test.ts]')
82+
config.bundle('index').instructions('> [src/modules/svg/test.ts]')
8383
config.run()
8484
})

0 commit comments

Comments
 (0)