Skip to content

Commit

Permalink
Add webpacker staging configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lagoan committed Jul 30, 2020
1 parent ae8661f commit fbd6d26
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion config/webpacker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,19 @@ test:
# Compile test packs to a separate directory
public_output_path: packs-test

staging:
<<: *default

# Production depends on pre-compilation of packs prior to booting for performance.
compile: false

# Cache manifest.json for performance
cache_manifest: true

production:
<<: *default

# Production depends on precompilation of packs prior to booting for performance.
# Production depends on pre-compilation of packs prior to booting for performance.
compile: false

# Cache manifest.json for performance
Expand Down

0 comments on commit fbd6d26

Please sign in to comment.