File tree Expand file tree Collapse file tree 1 file changed +10
-14
lines changed Expand file tree Collapse file tree 1 file changed +10
-14
lines changed Original file line number Diff line number Diff 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 ( {
You can’t perform that action at this time.
0 commit comments