Skip to content

Commit

Permalink
[Client] build issue with maplibre-gl and CRA
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgirard committed Nov 15, 2022
1 parent eecc85b commit 8df58b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
"> 0.2% in FI",
"not op_mini all",
"not IE 11"
],
"development": [
"last 1 chrome version",
Expand All @@ -61,4 +61,4 @@
"devDependencies": {
"@types/chroma-js": "^2.1.4"
}
}
}

0 comments on commit 8df58b7

Please sign in to comment.