diff --git a/config/webpacker.yml b/config/webpacker.yml index ddb4028d5..c56b8e232 100644 --- a/config/webpacker.yml +++ b/config/webpacker.yml @@ -16,7 +16,7 @@ default: &default cache_manifest: false # Extract and emit a css file - extract_css: true + extract_css: false static_assets_extensions: - .jpg @@ -79,9 +79,6 @@ test: # Compile test packs to a separate directory public_output_path: packs-test - # Extract and emit a css file - extract_css: false - production: <<: *default @@ -90,3 +87,6 @@ production: # Cache manifest.json for performance cache_manifest: true + + # Extract and emit a css file + extract_css: true