File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ const extensionConfig = {
6767const languageServerConfig = {
6868 ...baseConfig ,
6969 output : {
70+ strictModuleExceptionHandling : true ,
7071 path : outputPath ,
7172 filename : '[name].js' ,
7273 libraryTarget : 'commonjs2' ,
@@ -112,6 +113,7 @@ const languageServerConfig = {
112113const languageServerWorkerConfig = {
113114 ...baseConfig ,
114115 output : {
116+ strictModuleExceptionHandling : true ,
115117 path : outputPath ,
116118 filename : '[name].js' ,
117119 libraryTarget : 'commonjs2' ,
@@ -157,6 +159,7 @@ const languageServerWorkerConfig = {
157159const webviewConfig = {
158160 ...baseConfig ,
159161 output : {
162+ strictModuleExceptionHandling : true ,
160163 path : outputPath ,
161164 filename : '[name].js' ,
162165 devtoolModuleFilenameTemplate : '../[resource-path]'
You can’t perform that action at this time.
0 commit comments