Skip to content

Commit

Permalink
fix(vite-config-custom): add rollup liveload
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed May 13, 2023
1 parent 52155c0 commit 36cf15d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/vite-config-custom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@terwer/vite-config-custom",
"version": "0.2.0",
"version": "0.3.0",
"description": "custom config for vite",
"keywords": [
"vite",
Expand All @@ -11,6 +11,7 @@
"license": "GPL",
"peerDependencies": {
"jsdom": "^22.0.0",
"rollup-plugin-livereload": "^2.0.5",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"vite-plugin-css-injected-by-js": "^3.1.1",
Expand Down

0 comments on commit 36cf15d

Please sign in to comment.