質問編集履歴

2

webpack\.config\.jsのコードを一部修正しました。

2017/06/06 02:54

投稿

gesorein
gesorein

スコア101

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  entry: {
16
16
 
17
- hello_world: __dirname + '/src/hello_world/containers/hello_world.jsx',
17
+ hello_world: __dirname + '/src/hello_world/components/hello_world.jsx',
18
18
 
19
19
  },
20
20
 
@@ -150,7 +150,7 @@
150
150
 
151
151
  react-railsではSSRを実行するために[ExecJS](https://github.com/rails/execjs)を使用しているのですが、
152
152
 
153
- ExecJSは```module.exports``` や ```require``` に対応していないためエラーが発生するようです。
153
+ ExecJSは ```module.exports``` や ```require``` に対応していないためエラーが発生するようです。
154
154
 
155
155
 
156
156
 

1

誤字を修正しました。

2017/06/06 02:54

投稿

gesorein
gesorein

スコア101

test CHANGED
File without changes
test CHANGED
@@ -74,7 +74,7 @@
74
74
 
75
75
  以下のように、```prerender: true``` を ```react_component``` メソッドで
76
76
 
77
- 指定することによりSSR可能になります。
77
+ 指定することによりSSR可能になります。
78
78
 
79
79
 
80
80