vue-cli-service serve
shows redundant logs from wds
#4599
Labels
vue-cli-service serve
shows redundant logs from wds
#4599
Version
4.0.0-rc.3
Environment info
Steps to reproduce
vue create webpack-config-issue // with default config (babel, eslint)
cd webpack-config-issue
npm run serve
What is expected?
no logs from webpack
What is actually happening?
ℹ 「wds」: webpack output is served from /
ℹ 「wds」: Content not from webpack is served from webpack-config-issue/public
ℹ 「wds」: 404s will fallback to /index.html
Not sure if this is of any real importance but figured why not mention it now before v4 goes full. As far as I can tell its not affecting any of my tests or builds.
The text was updated successfully, but these errors were encountered: