Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
fix: hmr with css preprocessors
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 27, 2021
1 parent 06e0faa commit 2dc54fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@nuxt/kit": "3.0.0",
"@vitejs/plugin-vue": "^1.9.3",
"@vitejs/plugin-vue": "^1.9.4",
"@vitejs/plugin-vue-jsx": "^1.2.0",
"autoprefixer": "^10.3.7",
"chokidar": "^3.5.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2831,7 +2831,7 @@ __metadata:
resolution: "@nuxt/vite-builder@workspace:packages/vite"
dependencies:
"@nuxt/kit": 3.0.0
"@vitejs/plugin-vue": ^1.9.3
"@vitejs/plugin-vue": ^1.9.4
"@vitejs/plugin-vue-jsx": ^1.2.0
autoprefixer: ^10.3.7
chokidar: ^3.5.2
Expand Down Expand Up @@ -4227,12 +4227,12 @@ __metadata:
languageName: node
linkType: hard

"@vitejs/plugin-vue@npm:^1.9.3":
version: 1.9.3
resolution: "@vitejs/plugin-vue@npm:1.9.3"
"@vitejs/plugin-vue@npm:^1.9.4":
version: 1.9.4
resolution: "@vitejs/plugin-vue@npm:1.9.4"
peerDependencies:
vite: ^2.5.10
checksum: b987535135b6ae82ba1bab3001ef1dfb39934402c733b56262740f4a0ee21dcb8b960218e641776d0f05d0271c89bc1cad44b7286ad8564c3179618673781dec
checksum: 43cb38a0520c6e60aa807ec6135fd4370965631c98275148fd938804505ef3e2a9c4a84e5bd0bc36285f2971afa12ed82d804ebd4b8d55f3bae9a6d58a744e26
languageName: node
linkType: hard

Expand Down

0 comments on commit 2dc54fd

Please sign in to comment.