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