image

Emanuele Feronato writes: "The idea behind this basic guide came for two reasons:

1 ÔÇô There isnÔÇÖt a basic webpack guide around the web. Actually. I mean it. Most ÔÇô but IÔÇÖd rather say ÔÇ£allÔÇØ ÔÇô recent tutorials you can find around the web do not cover the bare bones of webpack, so I think a ÔÇ£Hello WorldÔÇØ is needed.

2 ÔÇô Most HTML5 game publishers want your game to fit in one single JavaScript file, and while you should be able to build a game in a single file, what about frameworks like Phaser and other kind of dependencies?

There should be a better way to handle this task.

And here it comes webpack: an open source JavaScript module bundler."

Read More