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