Skip to content

Commit 9674c21

Browse files
committed
Merge branch 'frontend-bump-build-target'
2 parents c59b9fc + e9e915e commit 9674c21

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

frontends/web/package.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,6 @@
4646
"react-app/jest"
4747
]
4848
},
49-
"browserslist": {
50-
"production": [
51-
"chrome >= 83"
52-
],
53-
"development": [
54-
"last 1 chrome version",
55-
"last 1 firefox version",
56-
"last 1 safari version"
57-
]
58-
},
5949
"scripts": {
6050
"dev": "npm run start",
6151
"start": "vite --cors --host",

frontends/web/vite.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default defineConfig((env) => {
1414
build: {
1515
modulePreload: false,
1616
outDir: 'build',
17-
target: ['chrome83'],
17+
target: ['chrome122'],
1818
},
1919
plugins: [
2020
react(),

0 commit comments

Comments
 (0)