Skip to content

Commit 402adce

Browse files
author
Akos Kitta
committed
Use development mode for webpack.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
1 parent 12db634 commit 402adce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const config = {
2020
libraryTarget: 'commonjs2',
2121
devtoolModuleFilenameTemplate: '../[resource-path]',
2222
},
23-
mode: 'production',
23+
mode: 'development',
2424
devtool: 'source-map',
2525
externals: {
2626
vscode: 'commonjs vscode'

0 commit comments

Comments
 (0)