File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Here is the full set of config options. This file is `/config/initializers/react
22
33First, 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,
You can’t perform that action at this time.
0 commit comments