mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 15:22:39 +00:00
eslint
This commit is contained in:
parent
185dfc1ecf
commit
0ee670c665
@ -154,6 +154,7 @@ export default class Renderer extends Tapable {
|
|||||||
}, this.options.render.ssr, this.options.build.ssr))
|
}, this.options.render.ssr, this.options.build.ssr))
|
||||||
|
|
||||||
if (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!')
|
console.warn('[nuxt] `build.ssr` is deprecated and will be removed in 1.0 release, please use `renderer.ssr` instead!')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user