Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d021876

Browse files
committedAug 13, 2020
fix(core): fix dep-graph crosshair svg not available (#3362)
1 parent 6ee1dda commit d021876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎workspace.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
},
114114
{
115115
"input": "packages/workspace",
116-
"glob": "**/*.{js,css,html}",
116+
"glob": "**/*.{js,css,html,svg}",
117117
"output": "/"
118118
},
119119
"LICENSE"

0 commit comments

Comments
 (0)
Please sign in to comment.