d12/social_spaces

Can webpacker compile on server boot?

d12 opened this issue · 1 comments

d12 commented

Currently webpacker will wait for the first request to compile assets which takes 5ish seconds. If we force it to compile on boot we'll save a bit of time on that first page load.

d12 commented

We're now using bin/webpack-dev-server which solves this issue.