Skip to content

Commit

Permalink
Merge pull request #160 from radixdlt/replace-process-env
Browse files Browse the repository at this point in the history
fix: force prod build for `immer`
  • Loading branch information
dawidsowardx authored Nov 14, 2023
2 parents 15cfdb9 + 2e114b9 commit 9840662
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ export default defineConfig({
external: /^lit/,
},
},
define: { 'process.env.NODE_ENV': '"production"' },
})

0 comments on commit 9840662

Please sign in to comment.