mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-12-11 07:59:55 +08:00
style: format
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { defineConfig } from 'vitest/config';
|
||||
import { babel } from '@rollup/plugin-babel';
|
||||
import Jsx from './packages/babel-plugin-jsx/src';
|
||||
import { defineConfig } from 'vitest/config'
|
||||
import { babel } from '@rollup/plugin-babel'
|
||||
import Jsx from './packages/babel-plugin-jsx/src'
|
||||
|
||||
export default defineConfig({
|
||||
resolve: {
|
||||
@@ -25,4 +25,4 @@ export default defineConfig({
|
||||
globals: true,
|
||||
environment: 'jsdom',
|
||||
},
|
||||
});
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user