mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-12-17 10:51:40 +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