Open dougSmall31 opened 6 years ago
@AleBles
The things I can think of is that you import the wrong thing (should be import 'phaser-input';) or that the exports loader is the wrong thing for the job.
You're best off with someone rather proficient in webpack, and I'm not that guy. Sorry
Hello,
I'm getting this error only on the production build, when I'm running on my local dev environment everything works fine.
When I completely remove the phaser-input field from that state the game runs fine in the production build. That leads me to believe it's an issue with phaser-input and webpack. I followed the instructions on issue #7 but am still having issues.
Any help is much appreciated.