We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65fb090 commit 15856adCopy full SHA for 15856ad
1 file changed
ruby/hyperstack-config/lib/hyperstack-config.rb
@@ -15,9 +15,9 @@ def self.naming_convention
15
require 'hyperstack/active_support_string_inquirer.rb'
16
require 'hyperstack_env'
17
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'
+ # uncommenting these lines breaks prerendering
+ # require 'promise'
+ # require 'opal-browser'
21
else
22
require 'opal'
23
# because promises and features in opal-browsers are used everywhere we load them here
0 commit comments