diff options
Diffstat (limited to 'config/webpacker.yml')
-rw-r--r-- | config/webpacker.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/webpacker.yml b/config/webpacker.yml index a4b9a7a..5f6dbfd 100644 --- a/config/webpacker.yml +++ b/config/webpacker.yml @@ -83,6 +83,8 @@ test: # Compile test packs to a separate directory public_output_path: packs-test +staging: &production + production: <<: *default |