Skip to content

Commit

Permalink
Fix webpack verification
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisalmen committed Oct 7, 2024
1 parent 47f700a commit c81e4e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
3 changes: 2 additions & 1 deletion verify/webpack/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"lib": [
"ES2022",
"DOM"
]
],
"skipLibCheck": true
},
"include": [
"src/**/*.ts",
Expand Down
7 changes: 0 additions & 7 deletions verify/webpack/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ const config = {
{
test: /\.ts?$/,
use: ['ts-loader']
},
{
test: /\.js$/,
enforce: 'pre',
use: ['source-map-loader'],
// These modules seems to have broken sourcemaps, exclude them to prevent an error flood in the logs
exclude: [/vscode-jsonrpc/, /vscode-languageclient/, /vscode-languageserver/, /vscode-languageserver-protocol/]
}
]
},
Expand Down

0 comments on commit c81e4e1

Please sign in to comment.