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

docs: Exclude Beast ORM from optimizeDeps #17

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

Conversation

mzaini30
Copy link

In this commit, we exclude the "beast-orm" module from the optimizeDeps configuration in Vite. By doing so, we prevent Vite from optimizing the dependency, providing manual control over the optimization process for Beast ORM.

This exclusion is beneficial in cases where manual optimization is preferred or if there are issues related to the optimization of Beast ORM. Developers should ensure that the dependencies and their versions are compatible and up-to-date.

The configuration uses the defineConfig function to create a Vite configuration object. The optimizeDeps property is utilized to configure dependency optimization, and the "beast-orm" module is specified in the exclude array to indicate its exclusion from the optimization process.

Additionally, the Svelte plugin is included in the configuration through the plugins array. Developers can customize this configuration according to the specific requirements and dependencies of their project.

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