We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6178532 commit d32df0eCopy full SHA for d32df0e
1 file changed
lib/install/config/shakapacker.yml
@@ -29,11 +29,10 @@ default: &default
29
# Location for manifest.json, defaults to {public_output_path}/manifest.json if unset
30
# manifest_path: public/packs/manifest.json
31
32
- # Location for private output, defaults to tmp/shakapacker
+ # Location for private output, defaults to ssr-generated
33
# This setting is for generating bundles that are only used in server-side rendering
34
# and should not be served publicly (alternative to public_output_path)
35
# Output path for private server-side bundles (e.g., for SSR)
36
- # Set to nil if not using server-side rendering
37
private_output_path: ssr-generated
38
39
# Additional paths webpack should look up modules
0 commit comments