We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 416dca2 commit 45d8cc9Copy full SHA for 45d8cc9
webpack.config.js
@@ -10,7 +10,7 @@ const webpack = require('webpack')
10
11
/**@type {import('webpack').Configuration}*/
12
const config = {
13
- target: 'webworker', // vscode extensions run in webworker context for VS Code web 📖 -> https://webpack.js.org/configuration/target/#target
+ target: 'node', // "webworker" for web or "node" for desktop
14
15
entry: './src/extension.ts', // the entry point of this extension, 📖 -> https://webpack.js.org/configuration/entry-context/
16
output: {
0 commit comments