Skip to content

console.log not working on browser #2137

Answered by luna215
luna215 asked this question in Q&A
Discussion options

You must be logged in to vote

I was able to fix this issue by going to the file rollup.config.js and changing this line:

const isProduction = process.env.NODE_ENV === mode.PRODUCTION

// Change to
const isProduction = false

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by luna215
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant