W01fw00d / barbarians

A little web-browser turn-based strategy game
GNU General Public License v3.0
5 stars 4 forks source link

Use Webpack to minify and create dev and prod envs #48

Open W01fw00d opened 4 years ago

W01fw00d commented 4 years ago
  1. Minify the prod version of the game.
  2. Make a develop server
W01fw00d commented 3 years ago

I don't think we need babel or a dev servwr. We just need a minified js file for prod for security reasons.

Also, if we can set environment variables, we could disable url params in prod for example.