Skip to content

Commit

Permalink
fix: source map parse
Browse files Browse the repository at this point in the history
  • Loading branch information
pd4d10 committed Jan 9, 2021
1 parent 29d73fe commit 00d490a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export = function svgrPlugin(): Plugin {

return {
code: res.code,
map: res.map,
// map: res.map, // TODO:
}
}
},
Expand Down

0 comments on commit 00d490a

Please sign in to comment.