[PM-5877] Update the extension's webpack compilation process to include `browserify-path` in manifest v3 (#7751)
This commit is contained in:
parent
7d3c6dbed7
commit
6924d031ee
|
@ -318,7 +318,7 @@ if (manifestVersion == 2) {
|
||||||
plugins: [new TsconfigPathsPlugin()],
|
plugins: [new TsconfigPathsPlugin()],
|
||||||
fallback: {
|
fallback: {
|
||||||
fs: false,
|
fs: false,
|
||||||
path: false,
|
path: require.resolve("path-browserify"),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
dependencies: ["main"],
|
dependencies: ["main"],
|
||||||
|
|
Loading…
Reference in New Issue