Skip to content

Commit

Permalink
Try to fix react build
Browse files Browse the repository at this point in the history
  • Loading branch information
dk981234 committed Aug 22, 2023
1 parent 46082a7 commit cc766ae
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion get-started-creator/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
"react-app/jest"
]
},
"cssnano": {
"preset": [
"default",
{
"calc": false
}
]
},
"browserslist": {
"production": [
">0.2%",
Expand All @@ -36,4 +44,4 @@
"last 1 safari version"
]
}
}
}

0 comments on commit cc766ae

Please sign in to comment.