You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple import with webpack build return error in subj import HumanInput from 'humaninput' const hi = new HumanInput(window) hi.on('a', () => console.log(12345))
U r using webpack DefinePlugin for defining __VERSION__
main in package.json reference to lib/humaninput-full.js, where no __VERSION__