Skip to content

Commit 2f5e29d

Browse files
authored
feat: detect env var prefix + imports in react (#13)
* feat(wip): detect env var prefix * feat: env var detection * chore: formatting * chore: update vite imports, move cra file * fix: formatting * chore: add a tanstack test app * fix: formatting
1 parent 9207f5d commit 2f5e29d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+3973
-3
lines changed

e2e-tests/test-applications/react-test-app/.gitignore renamed to e2e-tests/test-applications/react-cra-test-app/.gitignore

File renamed without changes.

e2e-tests/test-applications/react-test-app/README.md renamed to e2e-tests/test-applications/react-cra-test-app/README.md

File renamed without changes.
File renamed without changes.

e2e-tests/test-applications/react-test-app/package.json renamed to e2e-tests/test-applications/react-cra-test-app/package.json

File renamed without changes.

e2e-tests/test-applications/react-test-app/public/favicon.ico renamed to e2e-tests/test-applications/react-cra-test-app/public/favicon.ico

File renamed without changes.

e2e-tests/test-applications/react-test-app/public/index.html renamed to e2e-tests/test-applications/react-cra-test-app/public/index.html

File renamed without changes.

e2e-tests/test-applications/react-test-app/public/logo192.png renamed to e2e-tests/test-applications/react-cra-test-app/public/logo192.png

File renamed without changes.

e2e-tests/test-applications/react-test-app/public/logo512.png renamed to e2e-tests/test-applications/react-cra-test-app/public/logo512.png

File renamed without changes.

e2e-tests/test-applications/react-test-app/public/manifest.json renamed to e2e-tests/test-applications/react-cra-test-app/public/manifest.json

File renamed without changes.

e2e-tests/test-applications/react-test-app/public/robots.txt renamed to e2e-tests/test-applications/react-cra-test-app/public/robots.txt

File renamed without changes.

0 commit comments

Comments
 (0)