Skip to content

Commit 32abf64

Browse files
committed
Fixed bundling no longer working because of haul internal dependency updates (react-hot-loader is required)
1 parent 25c9fb6 commit 32abf64

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
"bugs": "https://github.com/IjzerenHein/react-native-bundle-visualizer/issues",
1818
"license": "MIT",
1919
"dependencies": {
20-
"babel-loader": "^8.0.2",
21-
"haul": "^1.0.0-rc.9",
20+
"haul": "^1.0.0-rc.14",
21+
"react-dom": "^16.8.4",
22+
"react-hot-loader": "^4.8.0",
2223
"webpack-visualizer-plugin": "^0.1.11"
2324
}
2425
}

0 commit comments

Comments
 (0)