mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
BWCLI_ENV
This commit is contained in:
@@ -36,8 +36,7 @@ const plugins = [
|
||||
{ from: './src/locales', to: 'locales' },
|
||||
]),
|
||||
new webpack.DefinePlugin({
|
||||
'process.env.NODE_ENV': JSON.stringify(ENV),
|
||||
'process.env.DEBUG': JSON.stringify(process.env.DEBUG),
|
||||
'process.env.BWCLI_ENV': JSON.stringify(ENV),
|
||||
}),
|
||||
new webpack.BannerPlugin({
|
||||
banner: '#!/usr/bin/env node',
|
||||
|
||||
Reference in New Issue
Block a user