Skip to content

Commit

Permalink
Temporarily use NODE_ENV=production for NOW because of now-builders i…
Browse files Browse the repository at this point in the history
…ssue
  • Loading branch information
4cm4k1 committed Nov 30, 2018
1 parent 0daa39d commit f755cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { NOW } = process.env;
const NOW = process.env.NODE_ENV === 'production'; // https://github.com/zeit/now-builders/issues/55
const {
PHASE_DEVELOPMENT_SERVER,
PHASE_EXPORT,
Expand Down

1 comment on commit f755cab

@vercel
Copy link

@vercel vercel bot commented on f755cab Nov 30, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.