mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
feat: enable silent config when not in debug mode (#3564)
This commit is contained in:
parent
87f1f312be
commit
e814b34508
@ -28,6 +28,8 @@ let router
|
||||
// Try to rehydrate SSR data from window
|
||||
const NUXT = window.__NUXT__ || {}
|
||||
|
||||
Vue.config.silent = <%= !debug %>
|
||||
|
||||
<% if (debug || mode === 'spa') { %>
|
||||
// Setup global Vue error handler
|
||||
const defaultErrorHandler = Vue.config.errorHandler
|
||||
|
Loading…
Reference in New Issue
Block a user