Skip to content

Commit

Permalink
fix: Resolve missing @esbuild/darwin-arm64 module in vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
huisuu committed Sep 25, 2024
1 parent 10d5624 commit c74fbb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"vite-plugin-svgr": "^4.2.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.22.4",
"@rollup/rollup-darwin-arm64": "^4.22.4"
"@rollup/rollup-darwin-arm64": "^4.22.4",
"@rollup/rollup-linux-x64-gnu": "^4.22.4"
}
}

0 comments on commit c74fbb3

Please sign in to comment.