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 9ed1c02 commit 64b3061Copy full SHA for 64b3061
lib/react/rails/railtie.rb
@@ -5,7 +5,7 @@ module Rails
5
class Railtie < ::Rails::Railtie
6
config.react = ActiveSupport::OrderedOptions.new
7
8
- initializer "react_rails.setup_vendor", :after => "sprockets.environment" do |app|
+ initializer "react_rails.setup_vendor", :after => "sprockets.environment", group: :all do |app|
9
variant = app.config.react.variant
10
11
# Mimic behavior of ember-rails...
0 commit comments