Skip to content

Commit

Permalink
Fix problems with debug (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
rstm-sf committed Feb 24, 2021
1 parent c5c0d97 commit 1f64a38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ import { resolve as _resolve } from 'path';

/**@type {import('webpack').Configuration}*/
const config = {
infrastructureLogging: {
level: 'log',
},
target: 'node', // vscode extensions run in a Node.js-context 📖 -> https://webpack.js.org/configuration/node/
mode: 'none', // this leaves the source code as close as possible to the original (when packaging we set this to 'production')

Expand Down

0 comments on commit 1f64a38

Please sign in to comment.