Skip to content

Commit

Permalink
set NODE_ENV of webcomponent to production
Browse files Browse the repository at this point in the history
  • Loading branch information
neferin12 committed Jan 7, 2025
1 parent d813008 commit 9a5ca37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webcomponent/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default defineConfig({
outDir: "dist",
},
define: {
// "process.env.NODE_ENV": JSON.stringify("production"),
"process.env.NODE_ENV": JSON.stringify("development"),
"process.env.NODE_ENV": JSON.stringify("production"),
// "process.env.NODE_ENV": JSON.stringify("development"),
},
});

0 comments on commit 9a5ca37

Please sign in to comment.