-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat: new integration panda-css
#421
Conversation
@magne4000, This PR is ready for reviews, please take a look. • Running knip
• Remote caching enabled
knip
cache miss, executing ce05395cfb8e7ba1
$ VITE_CJS_IGNORE_WARNING=1 knip
Unused files (1)
panda.config.ts
Unused devDependencies (1)
postcss package.json
Configuration hints (5)
Unused item in ignoreDependencies: @batijs/tests-utils
Unused item in ignoreDependencies: happy-dom
Unused item in ignoreDependencies: eslint
Unused item in ignoreDependencies: react-dom
Unused item in ignoreDependencies: @types/react-dom
error: script "knip" exited with code 1
Error: command finished with error: command (/home/runner/work/bati/bati/react--panda-css--eslint/) /home/runner/.bun/bin/bun run knip exited (1)
Error: knip: command (/home/runner/work/bati/bati/react--panda-css--eslint/) /home/runner/.bun/bin/bun run knip exited (1) |
@phonzammi To fix the Probably something like this: if (flags.includes("panda-css")) {
entry.push("panda.config.ts");
ignoreDependencies.push("postcss");
} |
FYI I plan to split |
Thanks, it works 👍 |
TODO: