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 = {
67
67
const languageServerConfig = {
68
68
...baseConfig ,
69
69
output : {
70
+ strictModuleExceptionHandling : true ,
70
71
path : outputPath ,
71
72
filename : '[name].js' ,
72
73
libraryTarget : 'commonjs2' ,
@@ -112,6 +113,7 @@ const languageServerConfig = {
112
113
const languageServerWorkerConfig = {
113
114
...baseConfig ,
114
115
output : {
116
+ strictModuleExceptionHandling : true ,
115
117
path : outputPath ,
116
118
filename : '[name].js' ,
117
119
libraryTarget : 'commonjs2' ,
@@ -157,6 +159,7 @@ const languageServerWorkerConfig = {
157
159
const webviewConfig = {
158
160
...baseConfig ,
159
161
output : {
162
+ strictModuleExceptionHandling : true ,
160
163
path : outputPath ,
161
164
filename : '[name].js' ,
162
165
devtoolModuleFilenameTemplate : '../[resource-path]'
You can’t perform that action at this time.
0 commit comments