Skip to content

Commit d32df0e

Browse files
committed
Fix comment to correctly state default value for private_output_path
The comment now correctly states that private_output_path defaults to 'ssr-generated'
1 parent 6178532 commit d32df0e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/install/config/shakapacker.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@ default: &default
2929
# Location for manifest.json, defaults to {public_output_path}/manifest.json if unset
3030
# manifest_path: public/packs/manifest.json
3131

32-
# Location for private output, defaults to tmp/shakapacker
32+
# Location for private output, defaults to ssr-generated
3333
# This setting is for generating bundles that are only used in server-side rendering
3434
# and should not be served publicly (alternative to public_output_path)
3535
# Output path for private server-side bundles (e.g., for SSR)
36-
# Set to nil if not using server-side rendering
3736
private_output_path: ssr-generated
3837

3938
# Additional paths webpack should look up modules

0 commit comments

Comments
 (0)