Skip to content

Commit

Permalink
Tweak build setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tanem committed Jan 18, 2017
1 parent cbc1f49 commit a50c90d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ There are also UMD builds available via [unpkg](https://unpkg.com/):
- https://unpkg.com/react-svg/dist/ReactSVG.js
- https://unpkg.com/react-svg/dist/ReactSVG.min.js

If you use these, make sure you have already included React, ReactDOM and ReactDOMServer as dependencies.
If you use these, make sure you have already included React and ReactDOMServer as dependencies.

## License

Expand Down
6 changes: 0 additions & 6 deletions bin/makeWebpackConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ export default function makeWebpackConfig(buildType) {
commonjs2: 'react',
amd: 'react'
},
'react-dom': {
root: 'ReactDOM',
commonjs: 'react-dom',
commonjs2: 'react-dom',
amd: 'react-dom'
},
'react-dom/server': {
root: 'ReactDOMServer',
commonjs: 'react-dom/server',
Expand Down

0 comments on commit a50c90d

Please sign in to comment.