1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-04 10:43:47 +00:00

Fix TypeScript module resolution for bit-desktop

This commit is contained in:
Derek Nance
2025-12-12 17:02:24 -06:00
parent 51adb27bf4
commit 020b0e4ad9

View File

@@ -299,6 +299,7 @@ module.exports.buildConfig = function buildConfig(params) {
path: require.resolve("path-browserify"),
fs: false,
},
plugins: [new TsconfigPathsPlugin({ configFile: params.renderer.tsConfig })],
},
plugins: [
new AngularWebpackPlugin({