Const
The default esbuild output target for client bundles.
ES2018 guarantees no static class blocks, no optional chaining, no nullish coalescing and no class fields in the final output. Server (SSR) builds override this with a Node target.
The default esbuild output target for client bundles.
ES2018 guarantees no static class blocks, no optional chaining, no nullish coalescing and no class fields in the final output. Server (SSR) builds override this with a Node target.