diff --git a/config/webpacker.yml b/config/webpacker.yml index 25a4786e417..78f1de3a576 100644 --- a/config/webpacker.yml +++ b/config/webpacker.yml @@ -82,8 +82,8 @@ test: <<: *default compile: true - # Compile test packs to a separate directory - public_output_path: packs-test + # Use same output path as production for consistency + # public_output_path: packs-test production: <<: *default