mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-07-04 19:13:26 +08:00
feat: resolve TS type (#664)
This commit is contained in:
@ -3,6 +3,9 @@ import { babel } from '@rollup/plugin-babel';
|
||||
import Jsx from './packages/babel-plugin-jsx/src';
|
||||
|
||||
export default defineConfig({
|
||||
resolve: {
|
||||
conditions: ['dev'],
|
||||
},
|
||||
esbuild: {
|
||||
jsx: 'preserve',
|
||||
},
|
||||
|
Reference in New Issue
Block a user