mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 09:39:14 +08:00
fix(resolve-type): support es2015
This commit is contained in:
parent
3f8f4bbfc6
commit
830fa7dff8
@ -4,6 +4,6 @@ export default defineConfig({
|
||||
entry: ['src/index.ts'],
|
||||
format: ['cjs', 'esm'],
|
||||
dts: true,
|
||||
target: 'node14',
|
||||
target: 'es2015',
|
||||
platform: 'neutral',
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user