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
Should have an iframe with a notification bar to give messages about the build
What is actually happening?
Nothing
The DevServer documentation describes an option called "inline", that, if disabled, "uses an <iframe> under a notification bar with messages about the build". When I set devServer.inline=false in my vue.config.js, I don't see a notification bar in my app.
The text was updated successfully, but these errors were encountered:
Version
4.5.8
Environment info
Steps to reproduce
Set
devServer.inline=false
invue.config.js
What is expected?
Should have an iframe with a notification bar to give messages about the build
What is actually happening?
Nothing
The DevServer documentation describes an option called "inline", that, if disabled, "uses an
<iframe>
under a notification bar with messages about the build". When I setdevServer.inline=false
in myvue.config.js
, I don't see a notification bar in my app.The text was updated successfully, but these errors were encountered: