Skip to content

Commit dad62eb

Browse files
fix: made browser open message more perfect
1 parent 5d1b682 commit dad62eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/bundle-builder/dev/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function serve() {
3030
logger.info(`Setting '${PORT} as port for browsersync, which hopefully is valid`);
3131
}
3232

33-
if (process.env.BROWSERSYNC_OPEN) {
33+
if (process.env.BROWSERSYNC_OPEN === 'true') {
3434
logger.info('New browser instance will open');
3535
}
3636

0 commit comments

Comments
 (0)