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

Commit

Permalink
Make process.browser false in server config (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
qstearns authored Mar 4, 2021
1 parent 3977bcb commit 820f653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default {
replace({
preventAssignment: true,
values:{
'process.browser': true,
'process.browser': false,
'process.env.NODE_ENV': JSON.stringify(mode)
},
}),
Expand Down

0 comments on commit 820f653

Please sign in to comment.