Skip to content

Commit

Permalink
fix: plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Oct 13, 2023
1 parent 8358f16 commit c1b11de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unplugin/core/unplugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { createContext } from '../../context'
export default createUnplugin<Partial<Options>>((options) => {
let ctx = createContext(options)
return {
name: 'unplugin-starter',
name: 'unplugin-i18n-merger',
enforce: 'post',
vite: {
async configResolved(config: ResolvedConfig) {
Expand Down

0 comments on commit c1b11de

Please sign in to comment.