Jeremy John
Jeremy John
I installed from scratch and the latest and I'm getting this error for `png`s and `jpg`s with this config, images are around 400KB. `gif`s work fine: ``` { "bucket": "mybucket",...
My issue here was the following line: `"mozjpeg": ["-optimize", "-progressive", "-quality 70"],` Specifically, `"-quality 70"`. Likewise, `"-quality=70"` didn't work. This worked: `"mozjpeg": ["-optimize", "-progressive"],` This seems a little odd to...
I created two lambdas, the first with a reduce task that watches `/mysubdir/.jpg` (for a simplified example) and moves it to `/reduced/` ``` { "bucket": "mybucket", "backup": { "directory": "./original"...
Same issue. I tried downgrading `@storybook/preact` to 5x... but then it needs all its friends: `"@storybook/addon-actions" "@storybook/addon-essentials" "@storybook/addon-interactions" "@storybook/addon-links" "@storybook/testing-library"`. However, these friends only have 6.4 and 6.5 packages packages....
When will docz be updated to support react 17 and gatsby version 4? I'm probably going to switch out docz for storybook, because I'm hitting too many old library issues....
No need for magic comments. You can use the `preload-webpack-plugin@next`, which installs the latest, in which Webpack 4 support has been added. I tested with `3.0.0-beta.4` See the [release page](https://github.com/GoogleChromeLabs/preload-webpack-plugin/releases).
I can't reproduce the skipping of the first directory as reported by @rolbr. For me it works great. I can say that when I was on the `master` branch of...
Same here. Also, installing `ts-jest` did not help.