Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Proof of Concept] - Multiple entry points #2

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

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
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