Hi everyone, today i upgrade the build.gradle with jmix 2.8.0. i got an issue when building the war file. i got this
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ‘:vaadinBuildFrontend’.
Vite process exited with non-zero exit code.
Stderr: 'vite v6.4.1 building for production…
transforming…
node_modules/@types/babel__traverse/index.d.ts(1455,40): error TS1005: ‘?’ expected.
node_modules/@types/babel__traverse/index.d.ts(1463,42): error TS1005: ‘?’ expected.
tsconfig.json(13,15): error TS6046: Argument for ‘–target’ option must be: ‘es3’, ‘es5’, ‘es6’, ‘es2015’, ‘es2016’, ‘es2017’, ‘es2018’, ‘es2019’, ‘es2020’, ‘es2021’, ‘esnext’.
tsconfig.json(14,25): error TS6046: Argument for ‘–moduleResolution’ option must be: ‘node’, ‘classic’, ‘node12’, ‘nodenext’.
’
i try chang the “target” in tsconfig.json but it returns to “es2022” automatically. What am i missing? Thanks
