mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-09-13 18:03:22 +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