From a789255e5ac6ab8148826fa1cb79741d48d2ac25 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Tue, 7 Dec 2021 14:10:13 +0000 Subject: [PATCH] Extracting css is default here --- config/webpacker.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/webpacker.yml b/config/webpacker.yml index dc333b43b..ddb4028d5 100644 --- a/config/webpacker.yml +++ b/config/webpacker.yml @@ -88,8 +88,5 @@ production: # Production depends on precompilation of packs prior to booting for performance. compile: false - # Extract and emit a css file - extract_css: true - # Cache manifest.json for performance cache_manifest: true