mirror of
https://github.com/discourse/discourse.git
synced 2025-05-11 13:03:11 +08:00

- Load moment and moment-timezone-with-data via webpack import instead of including copies in every locale file - Fetch static files from node_modules instead of `vendor/` This cuts the size of locale-specific JS files in half, since they no longer include moment itself.