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:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user