Skip to content

Commit d65450d

Browse files
ihabadhamjustin808
authored andcommitted
disable auto_load_bundle by default
1 parent 3d5bd8c commit d65450d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/generators/react_on_rails/templates/base/base/config/initializers/react_on_rails.rb.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ ReactOnRails.configure do |config|
5454
# For automated component registry, `render_component` view helper method tries to load bundle for component from
5555
# generated directory. default is false, you can pass option at the time of individual usage or update the default
5656
# in the following line
57-
config.auto_load_bundle = true
57+
config.auto_load_bundle = false
5858
end

0 commit comments

Comments
 (0)