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!
We are using the template for react using typescript and noticed that we are setting the
outDirtobuild. 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
distinstead ofbuild? What is the reason this is set up to usebuild?This is not an issue but would be helpful for our implementation!