lean / phaser-es6-webpack

A bootstrap project for create games with Phaser + ES6 + Webpack.
MIT License
1.28k stars 319 forks source link

Deploy production build to separate build folder #57

Closed smurftheweb closed 6 years ago

smurftheweb commented 6 years ago

This change amends the webpack production config, so instead of merging with the root folder, it is deployed to a separate "build" folder. The assets are also copied into this folder. The built javascript files are put into a subfolder "js" for cleanliness.

I have made this change to easily support firebase hosting.