Posted inGame Development Web Development
Phaser and Webpack and TypeScript, Oh My! – Part 2
If you're just getting here, make sure to check out part 1 where we setup our Phaser 3 project. In this part we will be adding Webpack. You may have noticed in the last part, we pulled the Phaser source from a CDN. This is okay, but when we go to publish our game, we'll probably want all the source…