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 9f42cad commit ce2a468Copy full SHA for ce2a468
ruby/hyperloop/lib/generators/hyperloop/install_generator.rb
@@ -131,6 +131,7 @@ def create_initializer
131
config.import 'reactrb/auto-import' # will automatically bridge js components to hyperloop components
132
#{" config.import 'jquery', client_only: true # remove this line if you don't need jquery" if skip_webpack?}
133
config.import 'opal-jquery', client_only: true # remove this line if you don't need jquery'
134
+ config.import 'react/ext/opal-jquery/element', client_only: true # remove tis line if you don't need jquery
135
#{" config.import 'opal_hot_reloader' if Rails.env.development?" unless options['skip-hot-reloader']}
136
end
137
RUBY
0 commit comments