Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
docs(examples): Include required modules for browser-webpack example (#…
Browse files Browse the repository at this point in the history
…1022)

Added react-dom and bable-preset-stage-0 to dev dependencies

Fixes #1021
  • Loading branch information
iamruinous authored and daviddias committed Oct 20, 2017
1 parent 77881fd commit 7fc80dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/browser-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"json-loader": "^0.5.4",
"react": "^15.5.4",
"react-dom": "^15.6.1",
"react-hot-loader": "^1.3.1",
"webpack": "^2.5.1",
"webpack-dev-server": "^2.4.5"
Expand Down

0 comments on commit 7fc80dc

Please sign in to comment.