1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 22:33:35 +00:00

[PM-12004] Fix ~60 compile warnings in webpack for web (#11004)

This commit is contained in:
Oscar Hinton
2024-09-19 15:00:07 +02:00
committed by GitHub
parent 6ffd85c42c
commit e5bb2e58a6
4 changed files with 21 additions and 2 deletions

View File

@@ -178,7 +178,7 @@ const plugins = [
ADDITIONAL_REGIONS: envConfig["additionalRegions"] ?? [],
}),
new AngularWebpackPlugin({
tsConfigPath: "tsconfig.json",
tsconfig: "tsconfig.build.json",
entryModule: "src/app/app.module#AppModule",
sourceMap: true,
}),