Add staging env for webpacker.

This commit is contained in:
2020-08-21 19:20:23 +01:00
parent e22d670933
commit e70fab734f
+12
View File
@@ -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