Build creating pages with nullish coalesing even though Typescript target is ES6
I'm using
@tanstack/react-table
in my project, and found that between 8.5.11 and 8.5.15, whenever I call next build
I seem to still get nullish coalescence in the build, even though the build target in tsconfig.json
is ES6. This is something I want to avoid as I have to target Chrome 68 for an application iframe. Is there a reason that the project targets ES2020 instead of ES6?0 Replies