Skip to content

Commit

Permalink
chore: add override for rollup directive plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jonambas committed Dec 24, 2023
1 parent 09aa9f5 commit dd2dea7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
],
"overrides": {
"react": "18.2.0",
"react-dom": "18.2.0"
"react-dom": "18.2.0",
"rollup-plugin-preserve-directives": {
"rollup": "^4.0.0"
}
}
}

0 comments on commit dd2dea7

Please sign in to comment.