Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit cc83b1a

Browse files
committed
Temp fix to only use react-server
SSR only need react-server, but we still need a copy of ReactDOM in the assets.
1 parent ffc4ef3 commit cc83b1a

File tree

1 file changed

+1
-1
lines changed
  • lib/generators/reactive_ruby/test_app/templates/assets/javascripts

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
require 'opal'
2-
require 'react/react-source'
2+
require 'react-server.js'
33
require 'hyper-react'
44
require_tree './components'

0 commit comments

Comments
 (0)