diff --git a/config/webpacker.yml b/config/webpacker.yml index 8581ac0..7ddee2a 100644 --- a/config/webpacker.yml +++ b/config/webpacker.yml @@ -94,3 +94,15 @@ production: # Cache manifest.json for performance cache_manifest: true + +staging: + <<: *default + + # 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