Skip to content

Commit

Permalink
Merge pull request #71 from HausDAO/dekanbro-patch-3
Browse files Browse the repository at this point in the history
Update vite.config.ts
  • Loading branch information
dekanbro authored Jul 31, 2023
2 parents 92f3f41 + a08295b commit f64d7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default ({ mode }) => {
Object.assign(process.env, loadEnv(mode, process.cwd()));

return defineConfig({
plugins: [react()],
plugins: [react(), viteSingleFile()],

define: {
"process.env": {
Expand Down

0 comments on commit f64d7db

Please sign in to comment.