nkholski / phaser3-es6-webpack

Generic platformer and Phaser 3 bootstrap project
http://metroid.niklasberg.se/phaser3platformer/
703 stars 141 forks source link

Comments in production mode #18

Closed rexrainbow closed 6 years ago

rexrainbow commented 6 years ago

Comments had not been removed in production mode, thus output javascript file size is very large. Phaser3 use optimization to run UglifyJSPlugin, to remove comments.

nkholski commented 6 years ago

oh. that's bad. It's not even minified. I'll fix that. Thanks