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
console.log('%cHRM%c You are using Vue %c'+Vue.version,tagStyle,'color: #177D4F;','color: #177D4F; font-weight: bold;')
17
+
console.log('%cHMR%c You are using Vue %c'+Vue.version,tagStyle,'color: #177D4F;','color: #177D4F; font-weight: bold;')
18
18
19
19
console.log('%cYou are currently in development mode. If the Hot-Module-Replacement system is enabled (`on` by default), the CSS will be injected to the page after the scripts are loaded. This may result in Flash Of Unstyled Contents. Those will not occur in production.',infoStyle)
20
20
@@ -54,14 +54,14 @@ Reload._reload = function (options) {
console.log(`%cHRM`,tagStyle,`Client reload defered, will reload in ${_deferReload} ms`)
60
+
console.log(`%cHMR`,tagStyle,`Client reload defered, will reload in ${_deferReload} ms`)
61
61
}elseif(_suppressNextReload){
62
-
console.log(`%cHRM%c ⥁ Client version changed, reload suppressed because of a recent HMR update. You may need to reload the page.`,tagStyle,'color: #F36E00;')
62
+
console.log(`%cHMR%c ⥁ Client version changed, reload suppressed because of a recent HMR update. You may need to reload the page.`,tagStyle,'color: #F36E00;')
63
63
}else{
64
-
console.log(`%cHRM`,tagStyle,`Reloading app...`)
64
+
console.log(`%cHMR`,tagStyle,`Reloading app...`)
65
65
_reload.call(Reload,options)
66
66
}
67
67
_suppressNextReload=false
@@ -82,14 +82,14 @@ if (ClientVersions) {
82
82
changed: checkNewVersionDocument,
83
83
})
84
84
}else{
85
-
console.warn('%cHRM',tagStyle,'ClientVersions collection is not available, the app may full reload.')
85
+
console.warn('%cHMR',tagStyle,'ClientVersions collection is not available, the app may full reload.')
console.log('%cHRM%c Dev server URL: %c'+devUrl,tagStyle,'','font-weight: bold;')
92
+
console.log('%cHMR%c Dev server URL: %c'+devUrl,tagStyle,'','font-weight: bold;')
93
93
94
94
console.log(`%cIf you have issues connecting to the dev server, set the 'HMR_URL' env variable to the URL of the dev server displayed in the meteor console.`,infoStyle)
95
95
@@ -98,10 +98,10 @@ Meteor.startup(function () {
98
98
window.__dev_client__=_socket
99
99
100
100
_socket.on('connect',function(){
101
-
console.log('%cHRM%c ⏺ Dev client connected',tagStyle,'color: #177D4F;')
101
+
console.log('%cHMR%c ⏺ Dev client connected',tagStyle,'color: #177D4F;')
102
102
})
103
103
_socket.on('disconnect',function(){
104
-
console.log('%cHRM%c ⏺ Dev client disconnected',tagStyle,'color: #F36E00;')
104
+
console.log('%cHMR%c ⏺ Dev client disconnected',tagStyle,'color: #F36E00;')
0 commit comments