Skip to content

Conversation

@Bayeko
Copy link
Owner

@Bayeko Bayeko commented Aug 8, 2025

Summary

  • rename ESLint and Vitest config files so Snack's bundler ignores them

Testing

  • timeout 15 npx expo start --offline >/tmp/bundler.log && cat /tmp/bundler.log
  • timeout 15 npx vite build >/tmp/vite.log && cat /tmp/vite.log
  • grep -i "eslint.config.js" /tmp/bundler.log || echo 'not found'
  • grep -i "vitest.config" /tmp/bundler.log || echo 'not found'
  • grep -i "vitest.setup" /tmp/bundler.log || echo 'not found'
  • grep -i "eslint.config" /tmp/vite.log || echo 'not found'
  • grep -i "vitest.config" /tmp/vite.log || echo 'not found'
  • grep -i "vitest.setup" /tmp/vite.log || echo 'not found'

https://chatgpt.com/codex/tasks/task_e_68952ce43bbc833193a858f2f5c9c3b2

@Bayeko Bayeko merged commit 3a4e2cd into main Aug 8, 2025
1 check failed
@Bayeko Bayeko deleted the codex/remove-or-rename-config-files-in-snack-branch branch August 8, 2025 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants