Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

Commit 8b7eba0

Browse files
committed
fix: tweak process env definition
1 parent 326e324 commit 8b7eba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { libInjectCss } from "vite-plugin-lib-inject-css";
77
export default defineConfig({
88
plugins: [react(), libInjectCss()],
99
define: {
10-
"process.env.NODE_ENV": '"production"',
10+
"process.env": {},
1111
},
1212
build: {
1313
lib: {

0 commit comments

Comments
 (0)