We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eda937 commit 6c151c2Copy full SHA for 6c151c2
webpack.dev.mjs
@@ -44,5 +44,6 @@ export default (env) =>
44
hot: true,
45
compress: true,
46
historyApiFallback: true,
47
+ open: true,
48
},
49
});
0 commit comments