Skip to content

Commit

Permalink
Update webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
daoauth committed Nov 23, 2024
1 parent fbeab9c commit bd99f17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const webExtensionConfig = {
assert: require.resolve('assert'),
buffer: require.resolve('buffer/'),
path: require.resolve('path-browserify'),
fs: false,
},
},
experiments: {
Expand Down Expand Up @@ -87,6 +88,7 @@ const webExtensionConfig = {
],
externals: {
vscode: 'commonjs vscode', // ignored because it doesn't exist
prettier: "commonjs prettier",
},
performance: {
hints: false,
Expand Down

0 comments on commit bd99f17

Please sign in to comment.