Skip to content

Commit

Permalink
Update packages/next/build/polyfills/process.js
Browse files Browse the repository at this point in the history
Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>
  • Loading branch information
Schniz and sokra authored Jan 10, 2022
1 parent 9988e92 commit f2cc463
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/next/build/polyfills/process.js
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
if (global.process) {
module.exports = global.process
} else {
module.exports = require('../../compiled/process')
}
module.exports = global.process || require('../../compiled/process')

0 comments on commit f2cc463

Please sign in to comment.