-
- Downloads
Ensure subclasses of Error work with instanceof. Resolves #4209
... | ... | @@ -74,6 +74,7 @@ |
"babel-eslint": "^7.1.1", | ||
"babel-loader": "^6.2.4", | ||
"babel-plugin-add-react-displayname": "^0.0.4", | ||
"babel-plugin-transform-builtin-extend": "^1.1.2", | ||
"babel-plugin-transform-decorators-legacy": "^1.3.4", | ||
"babel-plugin-transform-flow-strip-types": "^6.8.0", | ||
"babel-preset-es2015": "^6.6.0", | ||
... | ... |
Please register or sign in to comment