mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2026-05-09 21:14:07 +08:00
feat!: drop node 20 support
This commit is contained in:
@@ -6,8 +6,7 @@ export default defineConfig({
|
||||
'./packages/babel-plugin-resolve-type',
|
||||
],
|
||||
entry: ['src/index.ts'],
|
||||
dts: { oxc: true },
|
||||
target: 'node20.19',
|
||||
target: 'node22.18',
|
||||
platform: 'neutral',
|
||||
deps: {
|
||||
onlyBundle: [],
|
||||
|
||||
Reference in New Issue
Block a user