Skip to content

Commit d1b778b

Browse files
authored
fix: missing json file (#289)
* fix: missing json file * chore: bump version
1 parent 6c2cfa9 commit d1b778b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gulpfile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ async function compile(modules?: boolean) {
176176
rimraf.sync(modules !== false ? libDir : esDir);
177177

178178
const assets = gulp
179-
.src(['components/**/*.@(png|svg)'])
179+
.src(['components/**/*.@(png|svg|json)'])
180180
.pipe(gulp.dest(modules === false ? esDir : libDir));
181181
let error = 0;
182182

0 commit comments

Comments
 (0)