Rafael Pedicini
Rafael Pedicini
When using `package-build-stats v7.2.2` locally I get this error: `Cannot find module 'core-js/modules/es.string.replace.js'` This is caused be a dependency error in `csso-webpack-plugin` (`core-js` is only listed as a `devDependency`). See:...
It seems the typing now requires an options object be passed to `getPackageStats`. The code seems to run fine without it (and the docs indicate it's optional), so this might...
Nice polyfill. I noticed that you set `lastTouchTime = Date.now()` on each touch event and then check if the mouse event comes in within 1000ms of the last touch event...