We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973e5f0 commit 33d74c6Copy full SHA for 33d74c6
fuse.ts
@@ -78,6 +78,7 @@ task('ng.svg', () => {
78
.file('*', (file: SparkyFile) => file.rename('index.d.ts'))
79
.dest('.build/modules/svg/$name')
80
.exec()
81
+
82
config.bundle('index').instructions('! [src/modules/svg/test.ts]')
83
config.run()
84
})
0 commit comments