-
-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Switch to Fractal pattern with CSS modules based on [redux-starter-kit](https://github.com/davezuko/react-redux-starter-kit) * `redux-firebasev3` updated to v0.1.6 * coverage being sent to Codecov * Outputted `README.md` matches new application format * Deploy section of outputted `README.md` matches choice * Tests updated to match new format
- Loading branch information
1 parent
77c1b15
commit 34d38bf
Showing
346 changed files
with
9,820 additions
and
5,163 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
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
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,4 +1,10 @@ | ||
// NOTE: These options are overriden by the babel-loader configuration | ||
// for webpack, which can be found in ~/build/webpack.config. | ||
// | ||
// Why? The react-transform-hmr plugin depends on HMR (and throws if | ||
// module.hot is disabled), so keeping it and related plugins contained | ||
// within webpack helps prevent unexpected errors. | ||
{ | ||
"presets": ["es2015", "stage-0", "react"], | ||
"plugins": ["lodash", "transform-decorators-legacy"] | ||
"presets": ["es2015", "react", "stage-0"], | ||
"plugins": ["lodash", "transform-decorators-legacy", "transform-runtime"] | ||
} |
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 |
---|---|---|
|
@@ -3,3 +3,5 @@ npm-debug.log | |
stats.json | ||
.DS_Store | ||
**/.DS_Store | ||
build | ||
coverage |
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
Oops, something went wrong.