mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-02 20:34:16 -04:00
fix asset imports and add missing externals
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
'use client';
|
||||
|
||||
import { Menu, Transition } from '@headlessui/react';
|
||||
import { ReactComponent as CaretDown } from '@sd/assets/svgs/caret.svg';
|
||||
import { ReactComponent as CaretDown } from '@jamiepine/assets/svgs/caret.svg';
|
||||
import { cva, VariantProps } from 'class-variance-authority';
|
||||
import clsx from 'clsx';
|
||||
import { forwardRef, Fragment, PropsWithChildren } from 'react';
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
import { Check } from '@phosphor-icons/react';
|
||||
import * as RS from '@radix-ui/react-select';
|
||||
import { ReactComponent as ChevronDouble } from '@sd/assets/svgs/chevron-double.svg';
|
||||
import { ReactComponent as ChevronDouble } from '@jamiepine/assets/svgs/chevron-double.svg';
|
||||
import { cva, VariantProps } from 'class-variance-authority';
|
||||
import clsx from 'clsx';
|
||||
import { forwardRef, PropsWithChildren } from 'react';
|
||||
|
||||
@@ -14,7 +14,10 @@ export default defineConfig({
|
||||
'clsx',
|
||||
'class-variance-authority',
|
||||
'react-hook-form',
|
||||
'valtio'
|
||||
'valtio',
|
||||
'rooks',
|
||||
'@zxcvbn-ts/core',
|
||||
'@zxcvbn-ts/language-en'
|
||||
],
|
||||
treeshake: true,
|
||||
sourcemap: true,
|
||||
|
||||
Reference in New Issue
Block a user