breunigs / veloroute

https://veloroute.hamburg/
ISC License
27 stars 2 forks source link

static assets for deployment should be built in production mode #1

Closed breunigs closed 6 years ago

breunigs commented 6 years ago

When running the build through ./build.sh, the resulting artifacts should be maximally compressed. It seems that right now webpack inlines the source maps, but those should be separate as well?

sanderdrummer commented 6 years ago

Too bad, I missed that. This should do the trick. https://github.com/breunigs/veloroute/pull/2