How to open Firefox Developer Edition with webpack serve
using devServer.open
config option?
I've tried to use these configuration values on Windows: 'Mozilla', 'mozilla', 'Firefox', 'firefox', 'Firefox Developer Edition'
devServer: {
open: 'mozilla',
},
EDIT: Thanks for the answers. Am looking to see which one casts more votes, to see what works for the people. Solution may vary i.e. per OS version.