1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-23 16:13:21 +00:00

Remove node-fetch

This commit is contained in:
Daniel García
2025-08-18 19:00:02 +02:00
parent f2d2d0a767
commit faa5e1f199
7 changed files with 4 additions and 119 deletions

View File

@@ -32,10 +32,6 @@ const plugins = [
banner: "#!/usr/bin/env node",
raw: true,
}),
new webpack.IgnorePlugin({
resourceRegExp: /^encoding$/,
contextRegExp: /node-fetch/,
}),
new webpack.EnvironmentPlugin({
ENV: ENV,
BWCLI_ENV: ENV,