You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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: