You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
Let me state first, great work on this plugin. Im making a new UI kit and doing a build from my storybook application. The problem is that i keep having an empty types file or that it holds strange internal refs:
import { default as Avatar } from '../../../../../src/components/Avatar';
import { IGebruiker } from '../../../../../src/components/Navbar/Navbar';
import { IMenuItem } from '../../../../../src/components/Navbar/Navbar';
import { IMenuItem as ISidebarMenuItem } from '../../../../../src/components/Sidebar/Sidebar';
import { default as Navbar } from '../../../../../src/components/Navbar/Navbar';
import { default as Sidebar } from '../../../../../src/components/Sidebar/Sidebar';
export { Avatar }
export { IGebruiker }
export { IMenuItem }
export { ISidebarMenuItem }
export { Navbar }
export { Sidebar }
export { }
This is my main build command: tsc -b && vite build
Hey,
Let me state first, great work on this plugin. Im making a new UI kit and doing a build from my storybook application. The problem is that i keep having an empty types file or that it holds strange internal refs:
This is my main build command:
tsc -b && vite build
And my vite config file:
My tsconfig.app.json looks like:
The weird thing is when running it like this im getting an empty file for my types. My folder structure should be fine i assume:
Hope that someone can assist here
The text was updated successfully, but these errors were encountered: