Skip to content

Commit

Permalink
feat: export type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
yzydeveloper committed Aug 7, 2022
1 parent 0db9ac4 commit 233a997
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import type { Options } from './types'
import { createMpaPlugin } from './multiPagePlugin'
import { createHtmlFixPlugin } from './htmlFixPlugin'

export * from './types'

function createPlugin(options: Options): PluginOption {
return [createMpaPlugin(options), createHtmlFixPlugin(options)]
}
Expand Down

0 comments on commit 233a997

Please sign in to comment.