Skip to content

Commit

Permalink
chore(examples): resolve react to the inner one
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchentw committed May 7, 2015
1 parent fafd380 commit 7fb44f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gh-pages/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ clientConfig = {
},
resolve: {
alias: {
"react": Path.resolve(__dirname, "../../node_modules/react"),
"react": Path.resolve(__dirname, "./node_modules/react"),
"react-google-maps": Path.resolve(__dirname, "../../src"),
},
},
Expand Down

0 comments on commit 7fb44f9

Please sign in to comment.