endel / LD35

Entry for Ludum Dare 35 Game Jam. Theme: Shapeshift (Colyseus 0.3.x)
http://ludumdare.com/compo/ludum-dare-35/?action=preview&uid=50958
13 stars 4 forks source link

Missing index.js for the client? #2

Closed 101arg101 closed 7 years ago

101arg101 commented 7 years ago

Is there supposed to be an index.js file in the client directory? The package.json says there is.

endel commented 7 years ago

Hey @101arg101,

Sorry, this game was made in a gamejam 🙈 the index property in the package.json doesn't reflect reality.

The entrypoint is actually defined on webpack.config.js

101arg101 commented 7 years ago

Thanks, got it working now. Never worked with webpack until now.