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
When I run yarn run dev everything works as it should but if I'm editing for instance, App.js and I add a console.warn somewhere, the app updates accordingly but then if I remove that console.warn statement, the app still behaves as it was there. It's only adding code and not removing it. The .vue components behave normally though, just not App.js, I haven't checked any other vanilla js scripts.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I run
yarn run dev
everything works as it should but if I'm editing for instance, App.js and I add aconsole.warn
somewhere, the app updates accordingly but then if I remove thatconsole.warn
statement, the app still behaves as it was there. It's only adding code and not removing it. The .vue components behave normally though, just not App.js, I haven't checked any other vanilla js scripts.Beta Was this translation helpful? Give feedback.
All reactions