Skip to content

Commit 91cbd0f

Browse files
layershifterHotell
andcommitted
Update scripts/webpack/webpack.config.perf.ts
Co-authored-by: Martin Hochel <hochelmartin@gmail.com>
1 parent 7f5a2d2 commit 91cbd0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/webpack/webpack.config.perf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const { paths } = config;
1111
const webpackConfig: webpack.Configuration = {
1212
name: 'client',
1313
target: 'web',
14-
mode: !!argv.debug ? 'development' : 'production',
14+
mode: Boolean(argv.debug) ? 'development' : 'production',
1515
entry: {
1616
app: paths.perfSrc('index'),
1717
},

0 commit comments

Comments
 (0)