Actual:yarn build has to be called to regenerate index.js. During normal installation process, it's not called. As a workaround, index.js should be tracked in git and regenerated with every change.
Desired: the client adds hypergravity to his Hyper config, and the plugin is installed successfully. index.js is not tracked in git.
Actual:
yarn build
has to be called to regenerateindex.js
. During normal installation process, it's not called. As a workaround,index.js
should be tracked in git and regenerated with every change.Desired: the client adds
hypergravity
to his Hyper config, and the plugin is installed successfully.index.js
is not tracked in git.