mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
[PM-5877] Update the extension's webpack compilation process to include browserify-path in manifest v3 (#7751)
This commit is contained in:
@@ -318,7 +318,7 @@ if (manifestVersion == 2) {
|
||||
plugins: [new TsconfigPathsPlugin()],
|
||||
fallback: {
|
||||
fs: false,
|
||||
path: false,
|
||||
path: require.resolve("path-browserify"),
|
||||
},
|
||||
},
|
||||
dependencies: ["main"],
|
||||
|
||||
Reference in New Issue
Block a user