Skip to content

Commit

Permalink
prerendering working again after fixing merge mess
Browse files Browse the repository at this point in the history
  • Loading branch information
catmando committed May 3, 2023
1 parent 65fb090 commit 15856ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ruby/hyperstack-config/lib/hyperstack-config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ def self.naming_convention
require 'hyperstack/active_support_string_inquirer.rb'
require 'hyperstack_env'
require 'hyperstack/hotloader/stub'
# because promises and features in opal-browsers are used everywhere we load them here
require 'promise'
require 'opal-browser'
# uncommenting these lines breaks prerendering
# require 'promise'
# require 'opal-browser'
else
require 'opal'
# because promises and features in opal-browsers are used everywhere we load them here
Expand Down

0 comments on commit 15856ad

Please sign in to comment.