Skip to content

Commit 70523e2

Browse files
authored
Update configuration.md
1 parent cebda5d commit 70523e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Here is the full set of config options. This file is `/config/initializers/react
22

33
First, you should have a `/config/shakapacker.yml` setup.
44

5-
Here is the setup when using the recommended `/client` directory for your `node_modules` and source files:
5+
Here is the setup when using the recommended `/` directory for your `node_modules` and source files:
66

77
```yaml
88
# Note: Base output directory of /public is assumed for static files
@@ -69,7 +69,7 @@ ReactOnRails.configure do |config|
6969
config.random_dom_id = true # default
7070

7171
# defaults to "" (top level)
72-
config.node_modules_location = "client" # If using Shakapacker you should use "".
72+
config.node_modules_location = "" # If using Shakapacker you should use "".
7373

7474
# If you're using the standard Shakapacker configuration of webpack, then Shakapacker
7575
# will automatically modify or create an assets:precompile task to build your assets. If so,

0 commit comments

Comments
 (0)