Skip to content
This repository was archived by the owner on Oct 13, 2022. It is now read-only.

Commit 820f653

Browse files
authored
Make process.browser false in server config (#305)
1 parent 3977bcb commit 820f653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export default {
7979
replace({
8080
preventAssignment: true,
8181
values:{
82-
'process.browser': true,
82+
'process.browser': false,
8383
'process.env.NODE_ENV': JSON.stringify(mode)
8484
},
8585
}),

0 commit comments

Comments
 (0)