#Webpack Mix Error Can't resolve 'console'
10 messages · Page 1 of 1 (latest)
I added a few console.logs because I was using JSPDF to output an image onto an A4 page but it was saying that some of the parameters were undefined so I tried to find out which were undefined
yeah this is what I thought, I have literally not idea why this error is popping up or what it means
You’re going to need to show code.
Did you by mistake do import * from 'console' or similar? Editors sometimes do that
do you know how would I be able to check that?
Check your git diff
I realised what the issue was, I apologise for wasting people's time, thank you for your assistance