mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-29 23:02:42 +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))
|
||||
|
||||
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!')
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user