Package Exports
- hyperterm-install-devtools
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hyperterm-install-devtools) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
hyperterm-install-devtools
Install DevTools extension via Chrome Web Store on HyperTerm, used electron-devtools-installer.

Use [React Developer Tools](react developer tools not working) on web page (Open DevTools by hyperterm-open-devtools)
Install
Add hyperterm-install-devtools to the plugins list in your ~/.hyperterm.js config file.
Config of install extensions
You can set installDevTools in ~/.hyperterm.js config file:
config: {
...
installDevTools: {
extensions: [
'REACT_DEVELOPER_TOOLS',
'REDUX_DEVTOOLS'
],
forceDownload: false
}
}You need restart app to apply the config.
See What extensions can I use for more information.