Skip to content

Commit

Permalink
feat: add hermes debugging support (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
zamotany authored Apr 8, 2021
1 parent b40bf25 commit 88b4afa
Show file tree
Hide file tree
Showing 7 changed files with 203 additions and 71 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,20 @@ __Check the base [`webpack.config.js`](./templates/webpack.config.js) template,
- Application logs
- Layout
- Network
- Hermes debugger
- React DevTools
- Development server (debugging/verbose) logs
- [x] Hermes support:
- Running the production/development bundle using Harmes engine
- Transforming production bundle into bytecode bundle
- Inspecting running Hermes engine with Flipper
- [x] [Asynchronous chunks support](#asynchronous-chunks):
- Dynamic `import()` support with and without `React.lazy()`.
- Manual chunks using [`entry` option](https://webpack.js.org/concepts/entry-points/).

### Planned features

- [ ] `ChunksToHermesBytecodePlugin` plugin to automatically transform async chunks to bytecode format.
- [ ] Inspecting Hermes with Flipper
- [ ] `webpack-init` command
- [ ] Web dashboard / Flipper plugin with:
- Logs
Expand Down
Loading

0 comments on commit 88b4afa

Please sign in to comment.