Artem Sapegin
Artem Sapegin
I gave you write access to the repository ;-)
Thanks! I can have a look quickly, if it's ready, and then we merge it, and pray that semantic-release still works. https://react-styleguidist.js.org/docs/maintenance
There are still a few unresolved comments, `any`s and `as`es, otherwise it looks good.
There are still open comments and _a lot_ of new `any`s and `as`es.
I see at least one suggestion above, for the any and as — there should be none of them added to the codebase. This kind of code reviews take too...
[They say](https://github.com/mzgoddard/hard-source-webpack-plugin#hardsourcewebpackplugin-): > …the first build will take the normal amount of time. The second time, the build time will be greatly reduced. Could you share your config? It looks...
@n1313 1. We *were* importing the whole Lodash only to make it available in examples as `_`. We’re not doing that anymore in the upcoming 5.0.0 — https://github.com/styleguidist/react-styleguidist/issues/249 2. Nothing...
Actually we can do something with Buble but not for all users. We can make transformer replacable and if you’re using only latest browsers and don’t care about JSX, you...
Trying [babel-preset-env](https://github.com/babel/babel-preset-env) and [babel-react-optimize](https://github.com/thejameskyle/babel-react-optimize) but looks like our codebase is too small to have any benefits: Base: ``` ❯ gz examples/basic/styleguide/build/bundle.js Original: 628 kB Gzipped: 183 kB (29.08%) lib: 139.34kb...