pl-fe: dedupe deps

Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
mkljczk 2024-12-05 00:52:57 +01:00
parent 3db2a13ad9
commit 3948f689a9

View file

@ -166,6 +166,7 @@ const config = defineConfig(({ command }) => ({
alias: [
{ find: 'pl-fe', replacement: fileURLToPath(new URL('./src', import.meta.url)) },
],
dedupe: ['@floating-ui/react', 'tabbable'],
},
test: {
globals: true,