vuepress / core

Vue-Powered Static Site Generator
https://vuepress.vuejs.org
MIT License
2.17k stars 922 forks source link

support async function exported in vuepress config #1376

Closed dz85 closed 9 months ago

dz85 commented 1 year ago

Before submitting the PR, please make sure you do the following

What is the purpose of this pull request?

Description

support both function form and async function form when using vuepress config file with both vuepress dev and vuepress build.

more about this:

Screenshots

Before

After

Mister-Hope commented 1 year ago

Can't you write top level await directly? E.g.:

const options = await getOptions()

export default options

So what does your pr actually solves?

meteorlxy commented 9 months ago

Closing per this