1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 05:13:29 +00:00

Include DEV_FLAGS in Web webpack environment plugin (#7772)

This commit is contained in:
Shane Melton
2024-02-02 05:56:09 -08:00
committed by GitHub
parent d39fa8ee86
commit 38d1b26784

View File

@@ -172,6 +172,7 @@ const plugins = [
BRAINTREE_KEY: envConfig["braintreeKey"] ?? "",
PAYPAL_CONFIG: envConfig["paypal"] ?? {},
FLAGS: envConfig["flags"] ?? {},
DEV_FLAGS: NODE_ENV === "development" ? envConfig["devFlags"] : {},
}),
new AngularWebpackPlugin({
tsConfigPath: "tsconfig.json",