mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-28 00:22:05 +00:00
remove unneeded renderPlugins calls
This commit is contained in:
parent
b701424aae
commit
4869770570
@ -110,7 +110,6 @@ export function options () {
|
|||||||
const manifest = fs.readFileSync(manifestPath, 'utf8')
|
const manifest = fs.readFileSync(manifestPath, 'utf8')
|
||||||
createRenderer.call(this, JSON.parse(bundle), JSON.parse(manifest))
|
createRenderer.call(this, JSON.parse(bundle), JSON.parse(manifest))
|
||||||
addAppTemplate.call(this)
|
addAppTemplate.call(this)
|
||||||
this.module.renderPlugins.call(this.module)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -151,7 +150,6 @@ function * buildFiles () {
|
|||||||
yield webpackRunClient.call(this)
|
yield webpackRunClient.call(this)
|
||||||
yield webpackRunServer.call(this)
|
yield webpackRunServer.call(this)
|
||||||
addAppTemplate.call(this)
|
addAppTemplate.call(this)
|
||||||
this.module.renderPlugins.call(this.module)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user