deno.land / x / jotai@v1.8.4 / src / babel / preset.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
import babel from '@babel/core'import pluginDebugLabel from './plugin-debug-label'import pluginReactRefresh from './plugin-react-refresh'
export default function jotaiPreset(): { plugins: babel.PluginItem[] } { return { plugins: [pluginDebugLabel, pluginReactRefresh], }}
jotai

Version Info

Tagged at
2 years ago