mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-10-09 22:46:30 +08:00
feat!: require node 20.19, drop cjs build
This commit is contained in:
@@ -6,8 +6,10 @@ export default defineConfig({
|
||||
'./packages/babel-plugin-resolve-type',
|
||||
],
|
||||
entry: ['src/index.ts'],
|
||||
format: ['cjs', 'esm'],
|
||||
dts: { oxc: true },
|
||||
target: 'es2015',
|
||||
target: 'node20.19',
|
||||
platform: 'neutral',
|
||||
inlineOnly: [],
|
||||
exports: true,
|
||||
fixedExtension: true,
|
||||
});
|
||||
|
Reference in New Issue
Block a user