mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	webpack: Move CSS minification to optimization stage.
Otherwise Bootstrap doesn’t get minified, and also the minification state is incorrectly reflected in the webpack cache. The Terser plugin is used by default; we need to include it explicitly to avoid removing it. Switch from cssnano to clean-css because it’s noticeably faster. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
		@@ -26,4 +26,4 @@ LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2019/03/01/zulip-2-0-relea
 | 
			
		||||
#   historical commits sharing the same major version, in which case a
 | 
			
		||||
#   minor version bump suffices.
 | 
			
		||||
 | 
			
		||||
PROVISION_VERSION = '54.2'
 | 
			
		||||
PROVISION_VERSION = '54.3'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user