Skip to content

Commit 00d490a

Browse files
committed
fix: source map parse
1 parent 29d73fe commit 00d490a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export = function svgrPlugin(): Plugin {
3030

3131
return {
3232
code: res.code,
33-
map: res.map,
33+
// map: res.map, // TODO:
3434
}
3535
}
3636
},

0 commit comments

Comments
 (0)