chore(deps): update all non-major dependencies (#656)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
This commit is contained in:
renovate[bot]
2023-07-10 14:16:33 +08:00
committed by GitHub
parent ae38332e63
commit 1220687593
5 changed files with 551 additions and 817 deletions

View File

@ -3,6 +3,9 @@ import { babel } from '@rollup/plugin-babel';
import Jsx from './packages/babel-plugin-jsx/src';
export default defineConfig({
esbuild: {
jsx: 'preserve',
},
plugins: [
babel({
babelHelpers: 'bundled',