Skip to content

Commit 156d0e9

Browse files
committed
cleanup
Signed-off-by: Ian Bolton <[email protected]>
1 parent 1261d25 commit 156d0e9

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

vscode/core/webpack.config.js

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module.exports = (env, argv) => {
4343
path: path.resolve(__dirname, "out"),
4444
filename: "[name].js",
4545
libraryTarget: "commonjs2",
46-
devtoolModuleFilenameTemplate: "../[resource-path]",
46+
// devtoolModuleFilenameTemplate: "../[resource-path]",
4747
},
4848
externals: {
4949
vscode: "commonjs vscode",
@@ -60,14 +60,12 @@ module.exports = (env, argv) => {
6060
use: [
6161
{
6262
loader: "ts-loader",
63-
options: {
64-
compilerOptions: {
65-
sourceMap: true,
66-
// inlineSourceMap: false,
67-
// inlineSources: false,
68-
},
69-
transpileOnly: false,
70-
},
63+
// options: {
64+
// compilerOptions: {
65+
// sourceMap: "true",
66+
// transpileOnly: false,
67+
// },
68+
// },
7169
},
7270
],
7371
},
@@ -78,11 +76,9 @@ module.exports = (env, argv) => {
7876
level: "log",
7977
},
8078

81-
optimization: {
82-
splitChunks: false,
83-
// Disable mangling for better debugging
84-
minimize: !isDev,
85-
},
79+
// optimization: {
80+
// splitChunks: false,
81+
// },
8682

8783
plugins: [
8884
new webpack.DefinePlugin({

0 commit comments

Comments
 (0)