Include DEV_FLAGS in Web webpack environment plugin (#7772)

pull/7801/head
Shane Melton 2 years ago committed by GitHub
parent d39fa8ee86
commit 38d1b26784
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save