From 0ee670c6653c36f5dfeba7829935456d5a35eaca Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 20 Jun 2017 03:53:57 +0430 Subject: [PATCH] eslint --- lib/core/renderer.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/core/renderer.js b/lib/core/renderer.js index 4e90542632..7bf6cc3c3c 100644 --- a/lib/core/renderer.js +++ b/lib/core/renderer.js @@ -154,6 +154,7 @@ export default class Renderer extends Tapable { }, this.options.render.ssr, this.options.build.ssr)) if (this.options.build.ssr) { + // eslint-disable-next-line no-console console.warn('[nuxt] `build.ssr` is deprecated and will be removed in 1.0 release, please use `renderer.ssr` instead!') }