@spellix/vite-internal
v1.1.0
Published
This is a vite config for building internal stuff
Readme
@spellix/vite-internal
A Quick description of the utility
This utility is generated automatically, please add a description and usage instructions below.
Short description
This is a vite config for building internal stuf
Installation
yarn add @spellix/vite-internal
# or
npm i @spellix/vite-internal
# or
pnpm i @spellix/vite-internalUsage
Import viteInternal from the package and configure it with props as needed:
import { viteInternal } from '@spellix/vite-internal';
export const App = () => {
const { /* utility return values */ } = viteInternal({/* utility arguments */});
return (
<>
{/* component */}
</>
);
};