Skip to content

Commit

Permalink
Remove react-transform-catch-error dependency.
Browse files Browse the repository at this point in the history
The project is now deprecated, see https://github.com/gaearon/react-transform-catch-errors. This commit just removes the feature, while waiting for react hot loader 3 to be ready (gaearon/react-hot-loader#240)
  • Loading branch information
sbvhev committed Jul 5, 2016
1 parent 0c0e626 commit 611878f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@
"jsdom": "^7.2.1",
"mocha": "^2.3.0",
"react-addons-test-utils": "^0.14.3",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.1",
"redbox-react": "^1.2.0",
"rimraf": "^2.4.4",
"sinon": "^1.17.2",
"style-loader": "^0.13.0",
Expand Down
3 changes: 0 additions & 3 deletions webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ module.exports = {
transform: "react-transform-hmr",
imports: ["react"],
locals: ["module"]
}, {
transform: "react-transform-catch-errors",
imports: ["react", "redbox-react"]
}]
}
}
Expand Down

0 comments on commit 611878f

Please sign in to comment.