Stephan Schneider

Results 40 comments of Stephan Schneider

Just executed [`Lebab`](http://lebab.io/) on the `lib/` folder just for fun, and apart from mocking `Tuna` in `lib/Effect.js:11` it seems to do its job quite well. Applied: * `arrow` (afterwards change...

Just found this lib as I started working with neo4j, and I heavily `+1` for porting to ES6! CoffeScript was nice as long as ES5 was around, but at latest...

`WebpackConfigUpdater ` is way better indeed. As it's just `(previousConfig: WebpackConfig): WebpackConfig` it really just is an updater for *any* Webpack config

On a second thought we could also "invert" the meaning, with: * `entryPoint` being a `BlockCreator` * `entryPoint()` being the `Block` But I'm not too sure about it. Currently going...

I just pushed some changes to the PR (#247), where I went with my proposal from last post. In fact we never specify `entryPoint` types, they all just inherently comply...

Hej, I thought it might be cool to provide the actual configuration output of each block in its README, like this for `babel`: ## Result ```js { module: { rules:...

Hej, got it working to 90%, but the last bits were tough. I agree with the others that the documentation has its flaws - maybe I can find some time...

@TombolaShepless I didn't want to hijack the feedback thread here, so I created an issue from your feedback to provide solution approaches.

Whoa, haven't thought the linters have such low usage - would be interesting to know how many people are using it from within the convenience package, but it will probably...

> they will have certain changes soon Which is a good reason to have it in such a package 😜 For only moving `elm` we could extract what we need...