1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-22 11:45:59 +01:00

[PM-5877] Update the extension's webpack compilation process to include browserify-path in manifest v3 (#7751)

This commit is contained in:
Cesar Gonzalez 2024-02-01 08:51:14 -06:00 committed by GitHub
parent 7d3c6dbed7
commit 6924d031ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -318,7 +318,7 @@ if (manifestVersion == 2) {
plugins: [new TsconfigPathsPlugin()],
fallback: {
fs: false,
path: false,
path: require.resolve("path-browserify"),
},
},
dependencies: ["main"],