forked from reduxjs/redux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updates universal example to use react-transform-webpack-hmr in place…
… of react-hot-loader
- Loading branch information
David Zukowski
committed
Sep 5, 2015
1 parent
e903f3e
commit 1007807
Showing
3 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
{ | ||
"stage": 2 | ||
"stage": 2, | ||
"plugins" : [ | ||
"react-transform" | ||
], | ||
"extra" : { | ||
"react-transform": [{ | ||
"target" : "react-transform-webpack-hmr", | ||
"imports" : ["react"], | ||
"locals" : ["module"] | ||
}] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters