babel-preset-react-hmre
Advanced tools
Comparing version 0.0.1 to 1.0.0-0
module.exports = { | ||
plugins: [ | ||
[require('babel-plugin-react-transform'), { | ||
[require('babel-plugin-react-transform').default, { | ||
transforms: [ | ||
@@ -5,0 +5,0 @@ { |
{ | ||
"name": "babel-preset-react-hmre", | ||
"version": "0.0.1", | ||
"version": "1.0.0-0", | ||
"description": "Babel preset for React HMR and Error Catching", | ||
@@ -11,5 +11,7 @@ "main": "index.js", | ||
"license": "ISC", | ||
"peerDependencies": { | ||
"react": "^0.14.1" | ||
}, | ||
"dependencies": { | ||
"babel-plugin-react-transform": "^1.1.1", | ||
"react": "^0.14.1", | ||
"babel-plugin-react-transform": "^2.0.0-beta1", | ||
"react-transform-catch-errors": "^1.0.0", | ||
@@ -16,0 +18,0 @@ "react-transform-hmr": "^1.0.1", |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
1435
4
0
9
+ Addedbabel-plugin-react-transform@2.0.2(transitive)
- Removedreact@^0.14.1
- Removedbabel-plugin-react-transform@1.1.1(transitive)
- Removedpath-parse@1.0.7(transitive)