We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6534d7 commit db5e116Copy full SHA for db5e116
vite-plugin-rails/tsup.config.ts
@@ -3,6 +3,6 @@ export const tsup: Options = {
3
clean: true,
4
dts: true,
5
shims: true,
6
- target: 'node14',
+ target: 'node18',
7
format: ['esm', 'cjs'],
8
}
0 commit comments