Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a19d7d6 + 1666ac5 commit 9a2f9dcCopy full SHA for 9a2f9dc
lessons/13-server-rendering/README.md
@@ -37,7 +37,7 @@ module.exports = {
37
38
// keep node_module paths out of the bundle
39
externals: fs.readdirSync(path.resolve(__dirname, 'node_modules')).concat([
40
- 'react-dom/server'
+ 'react-dom/server', 'react/addons',
41
]).reduce(function (ext, mod) {
42
ext[mod] = 'commonjs ' + mod
43
return ext
0 commit comments