在我的Gulpfile.js In serve任务中,browser: ['Google Chrome','Internet Explorer']选项不起作用;它只打开google chrome,而不是internet explorer。我是不是用错了那个选项?
发布于 2017-03-14 17:21:02
根据文档,您需要这样设置:
// Open the site in Chrome & Firefox
browser: ["google chrome", "firefox"]试着使用小写字母。
发布于 2018-10-05 00:30:07
尝试使用"explorer“或"chrome”伙伴。这对我很有效。在default-config.js中使用以下浏览器:"chrome","firefox","explorer“
https://stackoverflow.com/questions/42781575
复制相似问题