Answer the question
In order to leave comments, you need to log in
Why doesn't openPage work with an array of pages (Vue CLI, WebPack4)?
I set up devServer and for some reason openPage does not work correctly with an array. What am I doing wrong? According to the docs, string/array strings are supported. Webpack 4.46.0.
openPage: '/app.html' //открывает localhost:8080/app.html (ок)
openPage: ['/app.html'] //открывает localhost:8080 (а должен app.html)
openPage: ['/app.html', '/second.html'] //открывает только localhost:8080 (а должен app.html и second.html)
vue inspect --mode development > webpack.config.jsbut for some reason there is no devServer section.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question