Skip to content

Commit

Permalink
fix(template): 修复热更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Yueyanc authored Jul 12, 2022
1 parent 9415d7b commit 7a07752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite-plugin-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A vite plugin template",
"main": "dist/index.js",
"scripts": {
"dev": "pnpm run build -- --watch --ignore-watch examples",
"dev": "pnpm run build --watch --ignore-watch examples",
"build": "tsup src/index.ts --dts --format cjs,esm",
"example:react": "cd examples/vite-react && pnpm run build",
"example:vue2": "cd examples/vite-vue2 && pnpm run build",
Expand Down

0 comments on commit 7a07752

Please sign in to comment.