Skip to content

Commit

Permalink
Fix for webpack warning with LSP types
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig committed Oct 12, 2023
1 parent 9b5f58a commit 1670271
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/webpack/webpack.extension.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ const config = {
resolve: {
extensions: ['.ts', '.js'],
plugins: [new tsconfig_paths_webpack_plugin.TsconfigPathsPlugin({ configFile: configFileName })],
conditionNames: ['require', 'node'],
},
output: {
filename: '[name].js',
Expand Down

0 comments on commit 1670271

Please sign in to comment.