Skip to content

Commit c700c73

Browse files
author
nickpape-msft
committed
Ensure the default value is set
1 parent e9a3730 commit c700c73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gulp-core-build/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ let _buildConfig: IBuildConfig = {
4949
buildErrorIconPath: path.resolve(__dirname, 'fail.png'),
5050
verbose: getFlagValue('verbose', false),
5151
production: getFlagValue('production', false),
52-
args: args
52+
args: args,
53+
showWarningsAsErrors: false
5354
};
5455

5556
/**

0 commit comments

Comments
 (0)