diff --git a/packages/core/src/nuxt.js b/packages/core/src/nuxt.js index b2239ed7f9..cdc9876833 100644 --- a/packages/core/src/nuxt.js +++ b/packages/core/src/nuxt.js @@ -35,6 +35,8 @@ export default class Nuxt { this.renderAndGetWindow = this.renderer.renderAndGetWindow.bind( this.renderer ) + this.resolveAlias = this.resolver.resolveAlias.bind(this) + this.resolvePath = this.resolver.resolvePath.bind(this) this._ready = this.ready().catch((err) => { consola.fatal(err)