You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
We are using the template for react using typescript and noticed that we are setting the
outDir
tobuild
. We were having issues with using this setup with playwright so we switched it to using the default ofdist
.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 ofbuild
? What is the reason this is set up to usebuild
?This is not an issue but would be helpful for our implementation!
The text was updated successfully, but these errors were encountered: