We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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