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

Generic plugins should not require specific dependencies #14

Open
wsafight opened this issue Dec 30, 2024 · 0 comments
Open

Generic plugins should not require specific dependencies #14

wsafight opened this issue Dec 30, 2024 · 0 comments

Comments

@wsafight
Copy link

error:

error   Failed to load file with jiti: xxxx/xxxxx/rsbuild.config.ts
error   Failed to start dev server.
error   Cannot find module 'vite'

The vite framework is required in the src/core/context/index.ts file, but my project uses another packaging framework. It needs to be replaced with common code.

import type { Logger } from 'vite'
import { createFilter, createLogger, loadEnv } from 'vite'
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

No branches or pull requests

1 participant