mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
chore(dev): Switch to using build constant for isDev check
This commit is contained in:
@@ -177,6 +177,9 @@ const renderer = {
|
||||
filename: "[name].[contenthash].css",
|
||||
chunkFilename: "[id].[contenthash].css",
|
||||
}),
|
||||
new webpack.DefinePlugin({
|
||||
BIT_ENVIRONMENT: JSON.stringify(NODE_ENV),
|
||||
}),
|
||||
new webpack.EnvironmentPlugin({
|
||||
ENV: ENV,
|
||||
FLAGS: envConfig.flags,
|
||||
|
||||
Reference in New Issue
Block a user