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

Vite config using dist instead of build #103

Open
sethbuff opened this issue Feb 18, 2025 · 0 comments
Open

Vite config using dist instead of build #103

sethbuff opened this issue Feb 18, 2025 · 0 comments

Comments

@sethbuff
Copy link

We are using the template for react using typescript and noticed that we are setting the outDir to build. We were having issues with using this setup with playwright so we switched it to using the default of dist.

This is the vite config from the template: https://github.com/guocaoyi/create-chrome-ext/blob/main/template-react-ts/vite.config.ts

Are there any downsides to using dist instead of build? What is the reason this is set up to use build?

This is not an issue but would be helpful for our implementation!

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