Skip to content

Commit

Permalink
♻️ drop console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ikenfin committed Jun 15, 2023
1 parent 2ec472e commit 5713e39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@ export default function ViteSentry (options: ViteSentryPluginOptions) {

generateBundle (options, bundle) {
if (cleanSourcemapsAfterUpload) {
// set basedir
pluginState.baseDir = options.dir ?? ''
console.log(bundle)

for (const file in bundle) {
if (bundle[file]?.map) {
pluginState.sourcemapsFilePaths.add(`${file}.map`)
Expand Down

0 comments on commit 5713e39

Please sign in to comment.