mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
chore(debug): add vscode debug launch setting (#9725)
This PR allows vscode to add breakpoints to the editor's code.
This commit is contained in:
@@ -113,9 +113,7 @@ export function createWebpackConfig(
|
||||
mode: flags.mode,
|
||||
|
||||
devtool:
|
||||
flags.mode === 'production'
|
||||
? 'source-map'
|
||||
: 'eval-cheap-module-source-map',
|
||||
flags.mode === 'production' ? 'source-map' : 'cheap-module-source-map',
|
||||
|
||||
resolve: {
|
||||
symlinks: true,
|
||||
|
||||
Reference in New Issue
Block a user