Sebastian Werner

Results 36 issues of Sebastian Werner

Thanks for the execellent idea and implementation. Unfortunately it does not seem with class methods in ES2015 classes. I am not sure whether this is related to the es2015 preset...

bug

I am using this in a medium large React project as part of the Webpack flow. For compression we are using the Babili-Webpack-Plugin. As this is just a small wrapper...

Hi! I am working on a larger [eslint preset factory](https://github.com/sebastian-software/effective-eslint-config-factory#readme) which imports existing presets to merge/harmonize them. The actual logic happens on a factory level (before eslint execution) and imports...

I'd like to see support for loading locale-specific i18n message files together with the actual view component. This would allow for route-splitted translation files which, as the view itself, are...

I was wondering how to combine this lazy loading with "fetchData()" static methods used by Apollo for prefetching data server-side during SSR. This is implemented in `getDataFromTree` (see: http://dev.apollodata.com/react/server-side-rendering.html#getDataFromTree) I...

Thanks for the hard work on this plugin. Very much appreciated. I always like the idea of the DLLPlugin but it was generally a hassle to set-up. Right now I...

This is the website documentation part of the new `forwardEnv` option in `babel-preset-env`: https://github.com/babel/babel/pull/9161

Thanks for the awesome library. Having a very pragmatic approach combined with a nice to use API: congrats! Unfortunately there is one issue I experienced when working with "deeper" colors...

enhancement

### Describe the bug There seems to be a crash when using React hook form in interaction with Storybook's controls. As far as I've seen so far, it's somehow related...

bug
react
sev:S2

I was kind of suprised that when installing the package npm reports this: > added 381 packages from 222 contributors and audited 21974 packages in 23.941s which led me to...