Skip to content

Commit 6c151c2

Browse files
authored
chore: open browser on configured port by default on yarn start (#7581)
1 parent 8eda937 commit 6c151c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webpack.dev.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,6 @@ export default (env) =>
4444
hot: true,
4545
compress: true,
4646
historyApiFallback: true,
47+
open: true,
4748
},
4849
});

0 commit comments

Comments
 (0)