From 297e2f1b38dc048e5a6ad71f06760dfd77e6d5a8 Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Sun, 28 Nov 2021 17:15:15 +0000 Subject: [PATCH] Update webpacker css config --- config/webpacker.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/webpacker.yml b/config/webpacker.yml index 3fceed6a77..aaf278905b 100644 --- a/config/webpacker.yml +++ b/config/webpacker.yml @@ -86,9 +86,6 @@ production: &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