lib/generators/hyperloop/install_generator.rb in hyperloop-0.99.2 vs lib/generators/hyperloop/install_generator.rb in hyperloop-0.99.3

- old
+ new

@@ -128,10 +128,10 @@ Hyperloop.configuration do |config| config.transport = :action_cable # or :pusher or :simpler_poller or :none config.prerendering = :off # or :on config.import 'reactrb/auto-import' # will automatically bridge js components to hyperloop components #{" config.import 'jquery', client_only: true # remove this line if you don't need jquery" if skip_webpack?} - config.import 'opal-jquery', client_only: true # remove this line if you don't need jquery' + config.import 'hyper-component/jquery', client_only: true # remove this line if you don't need jquery #{" config.import 'opal_hot_reloader' if Rails.env.development?" unless options['skip-hot-reloader']} end RUBY end