Skip to content

Commit

Permalink
fix(helper): add missing exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Jan 29, 2024
1 parent cd8078c commit 2dc8ea5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/helper/src/node/index.ts
Expand Up @@ -2,4 +2,6 @@ export const noopComponent = '@vuepress/helper/noopComponent'
export const noopModule = '@vuepress/helper/noopModule'

export * from './bundler/index.js'
export * from './page/index.js'
export * from './utils/index.js'
export * from '../shared/index.js'

0 comments on commit 2dc8ea5

Please sign in to comment.