LunaMinds / code-cafe

Ad-hoc meetups for social programming
http://CodeCafe.io
6 stars 2 forks source link

Production webpack config #24

Open PsychoLlama opened 7 years ago

PsychoLlama commented 7 years ago

Right now a bunch of unnecessary code is being produced in bundle.js. There are webpack plugins we can use to reduce the size, like UglifyJS and WebpackVarInjection (something like that, at least).

This should speed up load times dramatically with our production server.