Skip to content

Commit

Permalink
fix: missing sourcemap warnings in webpack (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
g3r4n committed 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
Expand Up @@ -9,7 +9,7 @@
"outDir": "dist",
"removeComments": false,
"skipLibCheck": true,
"sourceMap": true,
"sourceMap": false,
"target": "ES6"
},
"include": ["src"]
Expand Down

1 comment on commit 690d8df

@vercel
Copy link

@vercel vercel bot commented on 690d8df Nov 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vime – ./

vime-vidstack.vercel.app
vime.vercel.app
vime-git-main-vidstack.vercel.app
vimejs.com

Please sign in to comment.