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!') }