Skip to content

[Feat]: Don't use Vite library mode #41

@abiriadev

Description

@abiriadev

Problem

Seia currently using Vite's lib mode to build the app.

lib: {
formats: ['es'],
},

This is a wrong approach since we are building an end application.

Suggestion

We can read index.html file as an entry point, or we can provide 'virtual' index.html file at build time.

Willingness to Contribute

  • I'm willing to actively contribute to it

Related Issues

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

Status
No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions