Skip to content

Commit

Permalink
fix: missing sourcemap warnings in webpack (vime-js#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
g3r4n authored Nov 4, 2022
1 parent 1c5482e commit 690d8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"outDir": "dist",
"removeComments": false,
"skipLibCheck": true,
"sourceMap": true,
"sourceMap": false,
"target": "ES6"
},
"include": ["src"]
Expand Down

0 comments on commit 690d8df

Please sign in to comment.