mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-06 21:10:38 +00:00
Fix typo
This commit is contained in:
parent
0c4817c33a
commit
e1be5944cd
@ -136,7 +136,7 @@ export default class Renderer extends Tapable {
|
|||||||
/* istanbul ignore if */
|
/* istanbul ignore if */
|
||||||
if (this.options.build.ssr) {
|
if (this.options.build.ssr) {
|
||||||
// eslint-disable-next-line no-console
|
// 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 `render.ssr` instead!')
|
||||||
}
|
}
|
||||||
|
|
||||||
// Promisify renderToString
|
// Promisify renderToString
|
||||||
|
Loading…
Reference in New Issue
Block a user