Skip to content

Conversation

SethSharp
Copy link
Owner

@SethSharp SethSharp commented Sep 24, 2024

  • vite rollup options + alias
  • define entry points in package.json

Ideally allows the same group of components to be imported from a specific location ie;
import { DropdownMenuItem } from '@sethsharp/lumuix/dropdown-menu';
or
import { Dialog, DialogContent } from '@sethsharp/lumuix/dialog';

As far as I know, this configuration will allow multiple entry points, there are just some other annoyances:

  1. Dealing with inter-dependencies causing rendering issues
  2. Haven't gotten around to it, but presets caused some post css issues (could be the way it was imported in consuming apps main.css file)

- vite rollup options + alias
- define entry points in package.json
@SethSharp SethSharp changed the base branch from alpha to main September 25, 2024 04:06
@SethSharp SethSharp mentioned this pull request Jun 13, 2025
@SethSharp
Copy link
Owner Author

#50 will continue on with the new mono-repo structure

@SethSharp SethSharp closed this Jun 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant