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