Skip to content

Commit 15856ad

Browse files
committed
prerendering working again after fixing merge mess
1 parent 65fb090 commit 15856ad

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ruby/hyperstack-config/lib/hyperstack-config.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ def self.naming_convention
1515
require 'hyperstack/active_support_string_inquirer.rb'
1616
require 'hyperstack_env'
1717
require 'hyperstack/hotloader/stub'
18-
# because promises and features in opal-browsers are used everywhere we load them here
19-
require 'promise'
20-
require 'opal-browser'
18+
# uncommenting these lines breaks prerendering
19+
# require 'promise'
20+
# require 'opal-browser'
2121
else
2222
require 'opal'
2323
# because promises and features in opal-browsers are used everywhere we load them here

0 commit comments

Comments
 (0)