Skip to content

Commit

Permalink
chore: update adio config
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed May 16, 2024
1 parent 24261aa commit 32fdd9d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/app-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@
"dependencies": [
"@svgr/webpack",
"@emotion/react",
"@types/mime"
"@types/mime",
"reset-css"
],
"peerDependencies": [
"react-dom"
Expand Down
7 changes: 7 additions & 0 deletions packages/app-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@
"build": "yarn webiny run build",
"watch": "yarn webiny run watch"
},
"adio": {
"ignore": {
"dependencies": [
"reset-css"
]
}
},
"svgo": {
"plugins": {
"removeViewBox": false
Expand Down

0 comments on commit 32fdd9d

Please sign in to comment.