1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-18 11:05:41 +01: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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",