Skip to content

Commit

Permalink
build: declare dependency optional
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeden committed Dec 13, 2024
1 parent 58c386c commit 94e2d15
Show file tree
Hide file tree
Showing 2 changed files with 238 additions and 4 deletions.
236 changes: 236 additions & 0 deletions package-lock.json

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

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@
"vitepress-plugin-theme-override": "^0.1.0",
"vue": "^3.5.13"
},
"overrides": {
"vite": {
"rollup": "npm:@rollup/wasm-node"
}
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "*"
}
}

0 comments on commit 94e2d15

Please sign in to comment.