Skip to content

Commit

Permalink
fix: plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Mar 22, 2024
1 parent c255b88 commit af73240
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"devDependencies": {
"@onekuma/preset.css": "^0.1.11",
"@onekuma/reset": "^0.1.11",
"vite-plugin-analytics": "workspace:*"
"unplugin-analytics": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion examples/vite/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defineConfig } from 'vite';

import Analytics from '../../packages/vite-plugin-analytics/src/index';
import Analytics from '../../packages/unplugin-analytics/src/vite';

export default defineConfig({
base: './',
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit af73240

Please sign in to comment.