Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Update launch json with new sourcemap override path
Browse files Browse the repository at this point in the history
  • Loading branch information
parzival418 committed Oct 1, 2021
1 parent 91014f3 commit 1225973
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,9 @@
"trace": true,
"sourceMapPathOverrides": {
"webpack://thothCore/./*": "${workspaceFolder}/core/*",
"webpack://@thoth/client/./*": "${workspaceFolder}/client/*"
"webpack://@thoth/client/./*": "${workspaceFolder}/client/*",
"webpack://@thoth/client/thothCore/*": "${workspaceFolder}/core/*"
}
}
]
}

// "webpack://@thoth/client/thothCore/*": "${workspaceFolder}/core/*",
// "webpack-internal:///../core/*": "${workspaceFolder}/core/*",
// "webpack-internal:///*": "${workspaceFolder}/client/*",
// "webpack-internal:///./*": "${workspaceFolder}/client/*"

// webpack://@thoth/client/./src/App.js
// webpack://@thoth/client/./src/contexts/EditorProvider.tsx?77dd

// "webpack://${workspaceFolderBasename}/*": "${workspaceFolder}/*"
// webpack://@thoth/client/./src/App.js?be94
// webpack://thothCore/./src/editor.ts?9392
// "webpack-internal:///../core/dist/index.js"
// webpack-internal:///./src/contexts/AppProviders.jsx

0 comments on commit 1225973

Please sign in to comment.