Skip to content

feat: support apply some build configs #154

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

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

Conversation

9aoy
Copy link
Contributor

@9aoy 9aoy commented Apr 29, 2025

Summary

Support apply some build configs, based on rsbuild.

interface RstestConfig {
  plugins?: RsbuildConfig['plugins'];

  source?: Pick<
     RsbuildConfig['source'],
    'define' | 'tsconfigPath'
  >;

  resolve?: RsbuildConfig['resolve'];
}

TODO:

Related Links

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

@9aoy 9aoy requested review from fi3ework and chenjiahan April 29, 2025 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant