Skip to content

Commit

Permalink
Add optional dependency to resolve vite build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouder committed Dec 19, 2023
1 parent 2faebdc commit 79c3493
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 0 deletions.
171 changes: 171 additions & 0 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@
"vite-plugin-eslint": "1.8.1",
"vite-tsconfig-paths": "4.2.2"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.6.1"
},
"overrides": {
"xml2js": "0.6.2",
"@adobe/css-tools": "4.3.2"
Expand Down

0 comments on commit 79c3493

Please sign in to comment.